Package org.codehaus.mojo.buildhelper
Class RootLocationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.buildhelper.AbstractDefinePropertyMojo
-
- org.codehaus.mojo.buildhelper.RootLocationMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="rootlocation", defaultPhase=VALIDATE, threadSafe=true, requiresProject=true) public class RootLocationMojo extends AbstractDefinePropertyMojo
This goal will get the location of the root folder within a multi module build as a propertyrootlocation
.- Since:
- 3.0.0
- Author:
- Karl Heinz Marbaise
-
-
Field Summary
-
Fields inherited from class org.codehaus.mojo.buildhelper.AbstractDefinePropertyMojo
project
-
-
Constructor Summary
Constructors Constructor Description RootLocationMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Main plugin execution-
Methods inherited from class org.codehaus.mojo.buildhelper.AbstractDefinePropertyMojo
defineProperty, getProject
-
-