The jour:instrument will apply instrumentation during build.
Mojo Attributes:
testprocess-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.FileYes${project.build.outputDirectory}booleanNofalsebooleanNofalsejava.lang.StringNo${basedir}/jour.xmljava.lang.StringYesiclassesjava.io.FileYes${project.build.directory}-classpath option or
the CLASSPATH environment variable.
booleanNotrue