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
@Deprecated
@Mojo(name="display-info",
threadSafe=true)
public class DisplayInfoMojo
extends org.apache.maven.plugin.AbstractMojo
Deprecated.
This goal displays the current platform information.
- Author:
- Brian Fox
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.maven.execution.MavenSession
Deprecated.The MavenSessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
session
@Parameter(defaultValue="${session}", readonly=true, required=true) protected org.apache.maven.execution.MavenSession sessionDeprecated.The MavenSession
-
-
Constructor Details
-
DisplayInfoMojo
public DisplayInfoMojo()Deprecated.
-
-
Method Details
-
execute
Deprecated.Entry point to the mojo
-
mvn --version