Package org.kie.maven.plugin
Class PackageKjarDependenciesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- org.kie.maven.plugin.PackageKjarDependenciesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="package-dependencies-kjar", defaultPhase=PREPARE_PACKAGE, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public class PackageKjarDependenciesMojo extends AbstractKieMojo
-
-
Field Summary
-
Fields inherited from class org.kie.maven.plugin.AbstractKieMojo
dumpKieSourcesFolder
-
-
Constructor Summary
Constructors Constructor Description PackageKjarDependenciesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.kie.maven.plugin.AbstractKieMojo
getCompilerType, getFilesByType, setSystemProperties
-
-