Class UpdateVersionTextMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.jetty.toolchain.version.AbstractVersionMojo
-
- org.eclipse.jetty.toolchain.version.UpdateVersionTextMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class UpdateVersionTextMojo extends AbstractVersionMojo
Update the active version entry in the VERSION.txt file from information present in the git logs.- Phase:
- package
- Goal:
- update-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 UpdateVersionTextMojo()
-
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
-
-