Full name:
org.bsc.maven:maven-processor-plugin:2.2.4:process-test
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
defaultOutputDirectory | File | - | (no description) Default value is: ${project.build.directory}/generated-sources/apt-test. |
failOnError | Boolean | - | Indicates whether the build will continue even if there are
compilation errors; defaults to true. Default value is: true. User property is: annotation.failOnError. |
outputDiagnostics | boolean | - | Indicates whether the compiler output should be visible, defaults
to true. Default value is: true. User property is: annotation.outputDiagnostics. |
sourceDirectory | File | - | (no description) Default value is: ${project.build.testSourceDirectory}. |
Name | Type | Since | Description |
---|---|---|---|
addCompileSourceRoots | boolean | 2.1.1 | if true add to the source directory of the annotation processor all
compile source roots detected int the project This is useful when
we plan to use build-helper-maven-plugin Default value is: false. |
addOutputDirectoryToCompilationSources | Boolean | - | Controls whether or not the output directory is added to
compilation |
additionalSourceDirectories | List | - | additional source directories for the annotation processors. |
appendSourceArtifacts | boolean | 2.2.0 | append source artifacts to sources list Default value is: false. |
compilerArguments | String | - | Additional compiler arguments |
encoding | String | 2.2.1 | The character set used for decoding sources User property is: project.build.sourceEncoding. |
excludes | String[] | - | excludes pattern |
includes | String[] | - | includes pattern |
optionMap | Map | - | Additional processor options (see
javax.annotation.processing.ProcessingEnvironment#getOptions() |
outputClassDirectory | File | - | Set the destination directory for class files (same behaviour of -d
option) Default value is: ${project.build.testOutputDirectory}. |
outputDirectory | File | - | Specify the directory where to place generated source files (same
behaviour of -s option) |
processors | String[] | - | Annotation Processor FQN (Full Qualified Name) - when processors
are not specified, the default discovery mechanism will be used |
systemProperties | Map | - | System properties set before processor invocation. |
addOutputDirectoryToCompilationSources: