It copies resources for the main source code to the main output directory.
Mojo attributes:
- Requires a Maven 2.0 project to execute
- Automatically executes within the lifecycle phase: preintegration test
Required parameters
| Name |
Type |
Description |
| fixtureOutputDirectory |
File |
The output directory into which to copy the resources. |
| resources |
List |
The list of resources to be transfered. |
Optional parameters
Same as Maven 2 resources plugin
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
Resources: The list of resources we want to transfer.
- Type: java.util.List
- Required: Yes
- Expression: