Package com.jcabi.mysql.maven.plugin
Class ClassifyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.jcabi.mysql.maven.plugin.ClassifyMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(threadSafe=true, name="classify", defaultPhase=INITIALIZE) public final class ClassifyMojo extends org.apache.maven.plugin.AbstractMojo
Classify current platform.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description ClassifyMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
void
setClassifier(String name)
Set classifier.void
setProject(org.apache.maven.project.MavenProject prj)
Set project.
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
-
setProject
public void setProject(org.apache.maven.project.MavenProject prj)
Set project.- Parameters:
prj
- Project to set
-
setClassifier
public void setClassifier(String name)
Set classifier.- Parameters:
name
- Name of property
-
-