The jour:instrument will apply instrumentation during build.
Mojo Attributes:
test
process-classes
Name | Type | Description |
---|---|---|
classesDirectory | File |
The directory or jar containing original classes. |
output | String |
Output directory name relative to outputDirectory parameter. |
outputDirectory | File |
Directory containing the generated JAR. |
Name | Type | Description |
---|---|---|
copyClasses | boolean |
Copy not instrumented classes to "output" |
copyResources | boolean |
Copy resources to "output" |
jourConfig | String |
Reads configuration options from the given file. File or resource name. Default value is ${basedir}/jour.xml . |
useSystemClassPath | boolean |
Appends the system search path to the end of the search path. The system
search path usually includes the platform library, extension libraries,
and the search path specified by the -classpath option or
the CLASSPATH environment variable. |
java.io.File
Yes
${project.build.outputDirectory}
boolean
No
false
boolean
No
false
java.lang.String
No
${basedir}/jour.xml
java.lang.String
Yes
iclasses
java.io.File
Yes
${project.build.directory}
-classpath
option or
the CLASSPATH
environment variable.
boolean
No
true