Anchor | ||||
---|---|---|---|---|
|
Copy application resources.
Mojo Attributes
- Requires a Maven 2.0 project to execute.
- Automatically executes within the lifecycle phase: <code>pre-integration-test</code>
Required Parameters
Name | Type | Description |
---|---|---|
String | The output directory into which to copy the resources. | |
List | The list of resources we want to transfer. |
Optional Parameters
Name | Type | Description |
---|---|---|
String | No description. | |
List | No description. | |
boolean | Set this to 'true' to bypass greenpepper fixture resources process entirely. |
Parameter Details
Anchor | ||||
---|---|---|---|---|
|
No Description.
Type | java.lang.String |
---|---|
Required | No |
Anchor | ||||
---|---|---|---|---|
|
No Description.
Type | java.util.List |
---|---|
Required | No |
Expression | ${project.build.filters} |
Anchor | ||||
---|---|---|---|---|
|
The output directory into which to copy the resources.
Type | java.lang.String |
---|---|
Required | Yes |
Expression | ${project.build.directory}/fixture-test-classes |
Anchor | ||||
---|---|---|---|---|
|
The list of resources we want to transfer.
Type | java.util.List |
---|---|
Required | Yes |
Anchor | ||||
---|---|---|---|---|
|
Set this to 'true' to bypass greenpepper fixture resources process entirely.
Its use is NOT RECOMMENDED, but quite convenient on occasion.
Type | boolean |
---|---|
Required | No |
Expression | ${maven.greenpepper.test.skip} |
Default | false |