itartifact:resolve-transitive

Full name:

org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:resolve-transitive

Description:

Resolves user-specified artifacts transitively. As an additional exercise, the resolution happens in a forked thread to test access to any shared session state.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
dependencies Dependency[] - The dependencies to resolve.
propertiesFile File - The path to a properties file to store the resolved artifact paths in.

Parameter Details

dependencies:

The dependencies to resolve.
  • Type: org.apache.maven.model.Dependency[]
  • Required: No

propertiesFile:

The path to a properties file to store the resolved artifact paths in.
  • Type: java.io.File
  • Required: No