Class UnpackFragmentMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.UnpackFragmentMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="unpack-fragment", defaultPhase=PROCESS_RESOURCES, threadSafe=true) public class UnpackFragmentMojo extends org.apache.maven.plugin.AbstractMojo

Unpack any fragment archives listed in dependencies.

Eventflow fragments are extracted into eventflow subdirectory of the build directory (default target/eventflow) so they are not included in the fragment zip.

Files are not overwritten.