Ability to create a fully working custom configuration and possibly package some deployables in it; then deliver this configuration as an artifact (cargo:package).
Example configuration
In the example, after execution of the cargo:package goal, a copy of the container and its configuration will be copied to ${project.build.directory}/tomcat-packaged.
You could then use the Maven Assembly Plugin to generate an artifact assembly out of it.
Labels