`csspin`_ must be installed beforehand, this can be done as documented at http://qs.pages.contact.de/spin/csspin/installation.html.
For leveraging plugins from within the csspin_java plugin-package for
csspin, the plugin-package must be added to the list of plugin-packages
within a project's spinfile.yaml.
plugin_packages:
- csspin_java
plugins:
- csspin_java:
- java
- mvn
java:
version: '19'After the setup is done, the plugin-package can be provisioned by executing the following command within the project's directory:
spin provisionThe plugins defined in the plugins section of the spinfile.yaml can now be
used, using:
spin mvn --help