itdependency-collection:runtime
Full name:
org.apache.maven.its.plugins:maven-it-plugin-dependency-collection:2.1-SNAPSHOT:runtime
Description:
Creates text files that list the dependencies with scope runtime in
the order returned from the Maven core.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency collection of artifacts in scope: runtime.
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 runtime artifacts, the
collection of project artifacts additionally contains those
artifacts that do not contribute to the class path. User property is: depres.projectArtifacts. |
runtimeArtifacts |
String |
- |
The path to the output file for the runtime 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.runtimeArtifacts. |
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 runtime 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
runtimeArtifacts:
The path to the output file for the runtime 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.runtimeArtifacts