It compiles fixtures of an application.
Mojo attributes:
- Requires a Maven 2.0 project to execute
- Requires dependency resolution of artifacts in scope: test
- Automatically executes within the lifecycle phase: preintegration test
Required parameters
| Name |
Type |
Description |
| fixtureSourceDirectory |
File |
The source directory containing the fixture sources to be compiled. |
| fixtureOutputDirectory |
File |
The output directory into which to copy the resources. |
Optional parameters
Same as Maven compiler plugin
.
Parameter details
fixtureSourceDirectory: The source directory containing the fixture sources to be compiled.
- Type: java.io.File
- Required: Yes
- Expression:
fixtureOutputDirectory: The output directory into which to copy the resources.
- Type: java.io.File
- Required: Yes
- Expression: ${project.build.directory}/fixture-test-classes