Full name:
org.jomc:maven-jomc-plugin:1.0-alpha-16:test-java-sources
Description:
Attributes:
test
.process-test-resources
.Name | Type | Since | Description |
---|---|---|---|
classProcessingEnabled | boolean |
- |
Contols processing of classes. Default value is: true . |
classesDirectory | String |
- |
Directory holding compiled class files of the project. Default value is: ${project.build.outputDirectory} . |
jomcModuleName | String |
- |
Name of the JOMC module to process. Default value is: ${project.name} . |
jomcTestModuleName | String |
- |
Name of the JOMC test module to process. Default value is: ${project.name} Tests . |
modelProcessingEnabled | boolean |
- |
Controls processing of models. Default value is: true . |
moduleLocation | String |
- |
The location to search for modules. |
schemaLocation | String |
- |
The location to search for schemas. |
serviceLocation | String |
- |
The location to search for services. |
sourceEncoding | String |
- |
The encoding to use for reading and writing files. Default value is: ${project.build.sourceEncoding} . |
sourceProcessingEnabled | boolean |
- |
Contols processing of sources. Default value is: true . |
templateEncoding | String |
- |
The encoding to use for reading templates. |
templateProfile | String |
- |
The template profile to use when accessing templates. Default value is: default . |
testClassesDirectory | String |
- |
Directory holding compiled test class files of the project. Default value is: ${project.build.testOutputDirectory} . |
transformerLocation | String |
- |
The location to search for transformers. |
verbose | boolean |
- |
Controls verbosity of the plugin. Default value is: false . |
boolean
No
${jomc.classProcessing}
true
java.lang.String
No
${project.build.outputDirectory}
java.lang.String
No
${project.name}
java.lang.String
No
${project.name} Tests
boolean
No
${jomc.modelProcessing}
true
java.lang.String
No
java.lang.String
No
java.lang.String
No
java.lang.String
No
${project.build.sourceEncoding}
boolean
No
${jomc.sourceProcessing}
true
java.lang.String
No
java.lang.String
No
default
java.lang.String
No
${project.build.testOutputDirectory}
java.lang.String
No
boolean
No
${jomc.verbose}
false