public class CommandLineMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
apiJar |
protected String |
apiPackage |
protected Boolean |
help |
protected String |
implBuild |
protected String |
implJar |
protected String |
implNamespace |
protected String |
implVersion |
protected boolean |
isFinal
Is it a final specification?
|
protected String |
jarType
Is it an API jar?
|
protected String |
newImplVersion |
protected String |
newSpecVersion |
protected org.apache.maven.project.MavenProject |
project |
protected File |
properties |
protected String |
specBuild |
protected String |
specImplVersion |
protected String |
specVersion |
Constructor and Description |
---|
CommandLineMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected org.apache.maven.project.MavenProject project
protected boolean isFinal
protected String jarType
protected String apiJar
protected String implJar
protected String implNamespace
protected String apiPackage
protected String specVersion
protected String specImplVersion
protected String implVersion
protected String newImplVersion
protected String newSpecVersion
protected String specBuild
protected String implBuild
protected File properties
protected Boolean help
Copyright © 2018 GlassFish Community. All rights reserved.