itproject:remote-pom

Full name:

org.apache.maven.its.plugins:maven-it-plugin-project:2.1-SNAPSHOT:remote-pom

Description:

Builds the remote POMs of user-specified artifacts. This mimics in part the Maven Remote Resources Plugin.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
dependencies Dependency[] - The dependencies to resolve.
propertiesFile File - The properties file to dump the POM info to.
Default value is: target/pom.properties.

Parameter Details

dependencies:

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

propertiesFile:

The properties file to dump the POM info to.
  • Type: java.io.File
  • Required: No
  • Default: target/pom.properties