GreenPepper Maven Plugin - resources
greenpepper:resources
Copy application resources.
Mojo Attributes
- Requires a Maven 2.0 project to execute.
- Automatically executes within the lifecycle phase:
pre-integration-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. |
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
encoding
No Description.
Type |
java.lang.String |
---|---|
Required |
No |
filters
No Description.
Type |
java.util.List |
---|---|
Required |
No |
Expression |
${project.build.filters} |
fixtureOutputDirectory
The output directory into which to copy the resources.
Type |
java.lang.String |
---|---|
Required |
Yes |
Default |
${project.build.directory}/fixture-test-classes |
resources
The list of resources we want to transfer.
Type |
java.util.List |
---|---|
Required |
Yes |
skip
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 |