Package org.apache.maven.plugins.help
Class EffectivePomMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.help.AbstractHelpMojo
-
- org.apache.maven.plugins.help.AbstractEffectiveMojo
-
- org.apache.maven.plugins.help.EffectivePomMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="effective-pom", aggregator=true) public class EffectivePomMojo extends AbstractEffectiveMojo
Displays the effective POM as an XML for this build, with the active profiles factored in.- Since:
- 2.0
- Version:
- $Id: EffectivePomMojo.java 1423092 2012-12-17 18:53:49Z hboutemy $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.maven.plugins.help.AbstractEffectiveMojo
AbstractEffectiveMojo.SortedProperties
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugins.help.AbstractHelpMojo
LINE_LENGTH, output
-
-
Constructor Summary
Constructors Constructor Description EffectivePomMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugins.help.AbstractEffectiveMojo
addMavenNamespace, writeComment, writeHeader, writeXmlFile
-
Methods inherited from class org.apache.maven.plugins.help.AbstractHelpMojo
writeFile, writeFile
-
-