Package org.wso2.maven
Class CARMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.wso2.maven.CARMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class CARMojo extends org.apache.maven.plugin.AbstractMojoGoal which touches a timestamp file.
-
-
Constructor Summary
Constructors Constructor Description CARMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetArchiveName()org.apache.maven.project.MavenProjectgetProject()voidlogError(String message)voidlogInfo(String message)voidlogWarn(String message)
-
-
-
Method Detail
-
logError
public void logError(String message)
-
logWarn
public void logWarn(String message)
-
logInfo
public void logInfo(String message)
-
getArchiveName
public String getArchiveName()
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getProject
public org.apache.maven.project.MavenProject getProject()
-
-