Package org.mule.weave.maven.plugin
Class WeaveProjectInitializeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.mule.weave.maven.plugin.AbstractWeaveMojo
-
- org.mule.weave.maven.plugin.WeaveProjectInitializeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="initialize", executionStrategy="always", defaultPhase=INITIALIZE, threadSafe=true) @Execute(goal="initialize") public class WeaveProjectInitializeMojo extends AbstractWeaveMojoAdd more source directories to the POM.
-
-
Field Summary
-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
altDeploymentRepository, dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveProjectInitializeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
buildTestClassPathEnvironment, compileClasspathElements, getDeploymentRepository, testClasspathElements
-
-