Package org.apache.maven.plugins.help
Class SystemMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.help.AbstractHelpMojo
-
- org.apache.maven.plugins.help.SystemMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="system", requiresProject=false) public class SystemMojo extends AbstractHelpMojo
Displays a list of the platform details like system properties and environment variables.- Since:
- 2.1
- Version:
- $Id: SystemMojo.java 1423261 2012-12-18 02:48:07Z hboutemy $
- Author:
- Vincent Siveton
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugins.help.AbstractHelpMojo
LINE_LENGTH, output
-
-
Constructor Summary
Constructors Constructor Description SystemMojo()
-
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
-
-