Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
resources
resources
greenpepper:resources

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

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

Anchor
encoding
encoding
encoding

No Description.

Type

java.lang.String

Required

No

Anchor
filters
filters
filters

No Description.

Type

java.util.List

Required

No

Expression

${project.build.filters}

Anchor
fixtureOutputDirectory
fixtureOutputDirectory
fixtureOutputDirectory

The output directory into which to copy the resources.

Type

java.lang.String

Required

Yes

Expression

${project.build.directory}/fixture-test-classes

Anchor
resources
resources
resources

The list of resources we want to transfer.

Type

java.util.List

Required

Yes

Anchor
skip
skip
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