Package org.mule.weave.maven.plugin
Class WeaveCompileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.mule.weave.maven.plugin.AbstractWeaveMojo
-
- org.mule.weave.maven.plugin.WeaveCompileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="compile", defaultPhase=COMPILE, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, executionStrategy="always") @Execute(goal="compile") public class WeaveCompileMojo extends AbstractWeaveMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>implicitInputsprotected StringlanguageLevelprotected BooleanlogDependenciesWarningsprotected ValidationPhasemappingValidationprotected ValidationPhasemodulesValidation-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveCompileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
buildTestClassPathEnvironment, compileClasspathElements, getDeploymentRepository, testClasspathElements
-
-
-
-
Field Detail
-
mappingValidation
@Parameter(defaultValue="PARSING", required=false, readonly=false) protected ValidationPhase mappingValidation
-
modulesValidation
@Parameter(defaultValue="FULL", required=false, readonly=false) protected ValidationPhase modulesValidation
-
languageLevel
@Parameter(name="languageLevel") protected String languageLevel
-
logDependenciesWarnings
@Parameter(name="logDependenciesWarnings", defaultValue="false") protected Boolean logDependenciesWarnings
-
-