|
||||||||||
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.webstart.AbstractBaseJnlpMojo
org.codehaus.mojo.webstart.AbstractJnlpMojo
org.codehaus.mojo.webstart.JnlpSingleMojo
public class JnlpSingleMojo
Packages a jnlp application without launching a parallel lifecycle build. Also, this mojo is not an aggregator, so it can be used multiple times in a single multimodule build.
The plugin tries to not re-sign/re-pack if the dependent jar hasn't changed. As a consequence, if one modifies the pom jnlp config or a keystore, one should clean before rebuilding.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.codehaus.mojo.webstart.AbstractJnlpMojo |
---|
AbstractJnlpMojo.Dependencies |
Field Summary |
---|
Fields inherited from class org.codehaus.mojo.webstart.AbstractBaseJnlpMojo |
---|
archiverManager, libPath |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
JnlpSingleMojo()
|
Method Summary | |
---|---|
org.apache.maven.project.MavenProject |
getProject()
|
Methods inherited from class org.codehaus.mojo.webstart.AbstractJnlpMojo |
---|
execute, getJnlp, getPackagedJnlpArtifacts, isArtifactWithMainClass, isOutputJarVersions, setOutputJarVersions |
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 |
Constructor Detail |
---|
public JnlpSingleMojo()
Method Detail |
---|
public org.apache.maven.project.MavenProject getProject()
getProject
in class AbstractBaseJnlpMojo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |