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.please usemvn --version
This goal displays the current platform information.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.execution.MavenSession
session
Deprecated.The MavenSession
-
Constructor Summary
Constructors Constructor Description DisplayInfoMojo()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute()
Deprecated.Entry point to the mojo
-