When packaging a JBI archive, the resulting JBI archive is attached. So it can be install in the local repository or deployed in a remote repository.
In few case, we should be able to set a classifier at the maven-petals-plugin to have several sub-version of a component, for example for a component built with java optimization or with debug information:
- petals-bc-soap-4.2.0.zip: the component built with Java optimization,
- petals-bc-soap-4.2.0-debug.zip: the component built with no Java optimization and with debug information.