public class CommandLineMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field | 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 | Description |
---|---|
CommandLineMojo() |
Modifier and Type | Method | 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 © 2019 GlassFish Community. All rights reserved.