Generates the Java sources from the *.sm files.
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
debug (Optional) |
boolean
|
${debug}
|
false
|
Enable debug. |
failOnError
|
boolean
|
${failOnError}
|
true
|
Fail on error ? |
fork
|
boolean
|
${fork}
|
false
|
Fork the compilation task. |
outputDirectory
|
File
|
${outputDirectory}
|
${project.build.directory}/generated-sources/smc/smc
|
The directory will be added as Project's Resource. |
project
|
MavenProject
|
${project}
|
-
|
Project. |
sourceDirectory
|
File
|
${project.basedir}/src/main/smc
|
-
|
Source directory containing the *.sm files. |
sync (Optional) |
boolean
|
${sync}
|
false
|
Enable sync. |
verbose (Optional) |
boolean
|
${verbose}
|
false
|
Enable verbose. |