...
- Requires a Maven 2.0 project to execute.
- Automatically executes within the lifecycle phase: <code>pre
pre-integration-
test</code>test
Required Parameters
Name | Type | Description |
---|---|---|
String | The output directory into which to copy the resources. Default value is ${project.build.directory}/fixture-test-classes | |
List | The list of resources we want to transfer. |
...
Type | java.lang.String |
---|---|
Required | Yes |
ExpressionDefault | ${project.build.directory}/fixture-test-classes |
...