Package one.x1f.sip.foundation.mvnplugin
Class DeclarativeStructureCheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
one.x1f.sip.foundation.mvnplugin.DeclarativeStructureCheckMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="declarative-structure-check",
defaultPhase=COMPILE,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class DeclarativeStructureCheckMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final String(package private) org.apache.maven.project.MavenProjectstatic final StringFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected voidsetMavenProject(org.apache.maven.project.MavenProject mavenProject) protected voidsetSourceDir(File sourceDir) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
X1F_SIP_GROUP
- See Also:
-
JAVA_EXTENSION
- See Also:
-
JAR_EXTENSION
- See Also:
-
APACHE_CAMEL_GROUP
- See Also:
-
mavenProject
@Parameter(defaultValue="${project}", required=true, readonly=true) org.apache.maven.project.MavenProject mavenProject
-
-
Constructor Details
-
DeclarativeStructureCheckMojo
public DeclarativeStructureCheckMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setMavenProject
protected void setMavenProject(org.apache.maven.project.MavenProject mavenProject) -
setSourceDir
-