org.apache.maven.plugins.enforcer
Class DisplayInfoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.enforcer.DisplayInfoMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class DisplayInfoMojo
- extends org.apache.maven.plugin.AbstractMojo
- implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
This goal displays the current platform information.
- Version:
- $Id: DisplayInfoMojo.java 1127643 2011-05-25 19:24:38Z krosenvold $
- Author:
- Brian Fox
Field Summary |
protected org.codehaus.plexus.PlexusContainer |
container
|
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 |
contextualize(org.codehaus.plexus.context.Context context)
|
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
container
protected org.codehaus.plexus.PlexusContainer container
DisplayInfoMojo
public DisplayInfoMojo()
contextualize
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
- Specified by:
contextualize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Throws:
org.codehaus.plexus.context.ContextException
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Entry point to the mojo
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.