Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Next »

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

fixtureOutputDirectory

String

The output directory into which to copy the resources.

resources

List

The list of resources we want to transfer.

Optional Parameters

Name

Type

Description

encoding

String

No description.

filters

List

No description.

skip

boolean

Set this to 'true' to bypass greenpepper fixture resources process entirely.
Its use is NOT RECOMMENDED, but quite convenient on occasion. Default value is false

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

Expression

${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

  • No labels