Package org.apache.maven.plugins.help
Class AllProfilesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.help.AbstractHelpMojo
-
- org.apache.maven.plugins.help.AllProfilesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="all-profiles", requiresProject=false) public class AllProfilesMojo extends AbstractHelpMojo
Displays a list of available profiles under the current project.
Note: it will list all profiles for a project. If a profile comes up with a status inactive then there might be a need to set profile activation switches/property.- Since:
- 2.1
- Version:
- $Id: AllProfilesMojo.java 1446806 2013-02-15 23:07:28Z rfscholte $
- Author:
- Rahul Thakur
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugins.help.AbstractHelpMojo
LINE_LENGTH, output
-
-
Constructor Summary
Constructors Constructor Description AllProfilesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugins.help.AbstractHelpMojo
writeFile, writeFile
-
-