Package me.qoomon.maven.gitversioning
Class GitVersioningMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
me.qoomon.maven.gitversioning.GitVersioningMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="git-versioning",
defaultPhase=INITIALIZE,
threadSafe=true)
public class GitVersioningMojo
extends org.apache.maven.plugin.AbstractMojo
Build plugin to set project POM file path to git versioned POM file.
utilized by ModelProcessor
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors Constructor Description GitVersioningMojo() -
Method Summary
Modifier and Type Method Description voidexecute()Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GitVersioningMojo
public GitVersioningMojo()
-
-
Method Details
-
execute
public void execute()
-