|
||||||||||
| 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.MiniJarsMojo
public final class MiniJarsMojo
Creates stripped down versions of the dependencies.
| 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 | |
|---|---|
MiniJarsMojo()
|
|
| Method Summary | |
|---|---|
void |
execute(java.util.Set pRemovable,
java.util.Set pDependencies,
java.util.Set pRelocateDependencies)
Creates individual stripped jars of the dependencies |
| 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 MiniJarsMojo()
| 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 AbstractPluginMojopRemovable - Set of classes that are supposed to 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 | |||||||||