Full name:
net.sf.jour:jour-maven-plugin:2.0.4-SNAPSHOT:instrument
Description:
Attributes:
test.process-classes.| Name | Type | Since | 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 | Since | 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