Package com.soebes.maven.plugins.echo
Class EchoMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.soebes.maven.plugins.echo.AbstractEchoPlugIn
-
- com.soebes.maven.plugins.echo.EchoMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="echo", requiresProject=true, threadSafe=true) public class EchoMojo extends AbstractEchoPlugIn
- Author:
- Karl Heinz Marbaise
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EchoMojo.LogLevels
The different levels which exist to printout the echos.
-
Constructor Summary
Constructors Constructor Description EchoMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class com.soebes.maven.plugins.echo.AbstractEchoPlugIn
isVerbose, setVerbose
-
-