Class AttachVersionMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.jetty.toolchain.version.AbstractVersionMojo
-
- org.eclipse.jetty.toolchain.version.AttachVersionMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class AttachVersionMojo extends AbstractVersionMojo
Attach the VERSION.txt to the project.Will only attach the VERSION.txt if it exists.
- Phase:
- process-resources
- Goal:
- attach-version-text
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.toolchain.version.AbstractVersionMojo
basedir, classifier, project, projectHelper, type, versionTextInputFile
-
-
Constructor Summary
Constructors Constructor Description AttachVersionMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.eclipse.jetty.toolchain.version.AbstractVersionMojo
ensureDirectoryExists, hasVersionTextFile
-
-