It builds the fixture jar.
Mojo attributes:
- Requires a Maven 2.0 project to execute
- Requires dependency resolution of artifacts in scope: test
- Automatically executes within the lifecycle phase: postintegration test
Required parameters
| Name |
Type |
Description |
| fixtureOutputDirectory |
File |
The directory containing generated fixture classes of the project being tested. |
Parameter details
fixtureOutputDirectory: The output directory into which to copy the resources.
- Type: java.io.File
- Required: Yes
- Expression: ${project.build.directory}/fixture-test-classes