Package org.codehaus.mojo.buildhelper
Class AddSourceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.buildhelper.AddSourceMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="add-source",
defaultPhase=GENERATE_SOURCES,
threadSafe=true)
public class AddSourceMojo
extends org.apache.maven.plugin.AbstractMojo
Add more source directories to the POM.
- Since:
- 1.0
- Author:
- Dan T. Tran
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AddSourceMojo
public AddSourceMojo()
-
-
Method Details
-
execute
public void execute()
-