|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.minijar.AbstractPluginMojo
org.codehaus.mojo.minijar.UeberJarMojo
public final class UeberJarMojo
Creates an ueberjar including all dependencies into one jar.
Field Summary | |
---|---|
protected java.lang.String |
name
Defines the pattern of the name of final ueber jar. |
Fields inherited from class org.codehaus.mojo.minijar.AbstractPluginMojo |
---|
buildDirectory, excludeDependencies, excludeDependenciesInRelocation, includeDependencies, includeDependenciesInRelocation, keepUnusedClasses, keepUnusedClassesFromArtifacts, stripUnusedClasses |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
UeberJarMojo()
|
Method Summary | |
---|---|
void |
execute(java.util.Set pRemovable,
java.util.Set pDependencies,
java.util.Set pRelocateDependencies)
Creates a combine jar of the dependencies and (as configured) also the build artifact |
Methods inherited from class org.codehaus.mojo.minijar.AbstractPluginMojo |
---|
execute, getProject, isInKeepUnusedClasses, isInKeepUnusedClassesFromArtifacts, replaceVariables |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
Constructor Detail |
---|
public UeberJarMojo()
Method Detail |
---|
public void execute(java.util.Set pRemovable, java.util.Set pDependencies, java.util.Set pRelocateDependencies) throws org.apache.maven.plugin.MojoExecutionException
execute
in class AbstractPluginMojo
pRemovable
- Set of classes that can be removed
org.apache.maven.plugin.MojoExecutionException
- on error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |