itartifact:attach-pom

Full name:

org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:attach-pom

Description:

Attaches a POM to the main artifact.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
pomFile String - The path to the POM file to attach to the main artifact, relative to the project base directory. The plugin will not validate this path.
Default value is: ${project.file.path}.
User property is: artifact.pomFile.

Parameter Details

pomFile:

The path to the POM file to attach to the main artifact, relative to the project base directory. The plugin will not validate this path.
  • Type: java.lang.String
  • Required: Yes
  • User Property: artifact.pomFile
  • Default: ${project.file.path}