Package com.oracle.istack.maven
Class ImportPropertiesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.oracle.istack.maven.ImportPropertiesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="import-pom-properties", defaultPhase=COMPILE, requiresDependencyResolution=NONE) public class ImportPropertiesMojo extends org.apache.maven.plugin.AbstractMojoThe import-properties goal imports all properties from scope-import poms (boms) and sets them as project properties.- Author:
- Martin Grebac
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.project.MavenProjectprojectThe Maven Project Object.
-
Constructor Summary
Constructors Constructor Description ImportPropertiesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-