org.apache.maven.plugin.enforcer
Class DisplayInfoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.enforcer.DisplayInfoMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DisplayInfoMojo
- extends org.apache.maven.plugin.AbstractMojo
This goal displays the current platform information
- Version:
- $Id: EnforceMojo.java 523156 2007-03-28 03:53:54Z brianf $
- Author:
- Brian Fox
Field Summary |
protected org.apache.maven.project.MavenProject |
project
POM |
protected org.apache.maven.execution.MavenSession |
session
The MavenSession |
protected org.apache.maven.project.path.PathTranslator |
translator
Path Translator needed by the ExpressionEvaluator |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
Entry point to the mojo |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
translator
protected org.apache.maven.project.path.PathTranslator translator
- Path Translator needed by the ExpressionEvaluator
session
protected org.apache.maven.execution.MavenSession session
- The MavenSession
project
protected org.apache.maven.project.MavenProject project
- POM
DisplayInfoMojo
public DisplayInfoMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Entry point to the mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.