Package org.fedoraproject.xmvn.mojo
Class JavadocMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.fedoraproject.xmvn.mojo.JavadocMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="javadoc", aggregator=true, requiresDependencyResolution=COMPILE) public class JavadocMojo extends org.apache.maven.plugin.AbstractMojo
- Author:
- Mikolaj Izdebski
-
-
Field Summary
Fields Modifier and Type Field Description protected String
outputTimestamp
-
Constructor Summary
Constructors Constructor Description JavadocMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
outputTimestamp
@Parameter(defaultValue="${project.build.outputTimestamp}") protected String outputTimestamp
-
-