|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.eclipse.jetty.toolchain.version.AbstractVersionMojo
public abstract class AbstractVersionMojo
Field Summary | |
---|---|
protected File |
basedir
The project basedir. |
protected String |
classifier
The classifier to use for attaching the generated VERSION.txt artifact |
protected org.apache.maven.project.MavenProject |
project
Maven Project. |
protected org.apache.maven.project.MavenProjectHelper |
projectHelper
Maven ProjectHelper. |
protected String |
type
The type to use for the attaching the generated VERSION.txt artifact |
protected File |
versionTextInputFile
The existing VERSION.txt file. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractVersionMojo()
|
Method Summary | |
---|---|
protected void |
ensureDirectoryExists(File dir)
|
protected boolean |
hasVersionTextFile(String goal)
|
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
---|
execute |
Field Detail |
---|
protected File basedir
protected File versionTextInputFile
protected String classifier
protected String type
protected org.apache.maven.project.MavenProjectHelper projectHelper
protected org.apache.maven.project.MavenProject project
Constructor Detail |
---|
public AbstractVersionMojo()
Method Detail |
---|
protected void ensureDirectoryExists(File dir) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
protected boolean hasVersionTextFile(String goal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |