Class CollectJarsMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="collect-jars",
      requiresDependencyResolution=RUNTIME,
      defaultPhase=PREPARE_PACKAGE,
      requiresProject=true)
public class CollectJarsMojo
extends AbstractDependencyJarsMojo<CollectJarsHandler>
Collect jars and jmods from maven dependencies and copy them to a target folder.
Author:
bei