Package org.codehaus.mojo.build
Class CreateTimestampMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.build.CreateTimestampMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="create-timestamp", defaultPhase=INITIALIZE, requiresProject=true, threadSafe=true) public class CreateTimestampMojo extends org.apache.maven.plugin.AbstractMojoThis mojo is designed to give you a timestamp available through one or more properties. Only a single timestamp is created for each execution of the mojo. This timestamp can be format into one or more strings which are then saved to properties.- Since:
- 1.0-beta-5
- Version:
- $Id: CreateTimestampMojo.java 19569 2014-03-21 21:27:32Z baptiste $
- Author:
- pgier
-
-
Constructor Summary
Constructors Constructor Description CreateTimestampMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-