commons-attributes:test-compile

Commons-attributes compiler for tests.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: generate-test-sources

Required Parameters

Name Type Description
project MavenProject No description.
projectBuildDirectory String No description.

Optional Parameters

Name Type Description
outputDirectory File The directory for generated sources. Default value is ${project.build.directory}/generated-test-sources.
testExcludes Set A list of exclusion filters for the compiler.
testIncludes Set A list of inclusion filters for the compiler.

Parameter Details

outputDirectory

The directory for generated sources.

  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/generated-test-sources

project No Description.
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}

projectBuildDirectory No Description.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.directory}

testExcludes A list of exclusion filters for the compiler.
  • Type: java.util.Set
  • Required: No

testIncludes A list of inclusion filters for the compiler.
  • Type: java.util.Set
  • Required: No