itdependency-collection:test

Full name:

org.apache.maven.its.plugins:maven-it-plugin-dependency-collection:2.1-SNAPSHOT:test

Description:

Creates text files that list the dependencies with scope test in the order returned from the Maven core.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency collection of artifacts in scope: test.

Optional Parameters

Name Type Since Description
projectArtifacts String - The path to the output file for the project artifacts, relative to the project base directory. Each line of this UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to disk. Unlike the test artifacts, the collection of project artifacts additionally contains those artifacts that do not contribute to the class path.
User property is: depres.projectArtifacts.
testArtifacts String - The path to the output file for the test artifacts, relative to the project base directory. Each line of this UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to disk.
User property is: depres.testArtifacts.

Parameter Details

projectArtifacts:

The path to the output file for the project artifacts, relative to the project base directory. Each line of this UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to disk. Unlike the test artifacts, the collection of project artifacts additionally contains those artifacts that do not contribute to the class path.
  • Type: java.lang.String
  • Required: No
  • User Property: depres.projectArtifacts

testArtifacts:

The path to the output file for the test artifacts, relative to the project base directory. Each line of this UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to disk.
  • Type: java.lang.String
  • Required: No
  • User Property: depres.testArtifacts