itartifact:install-artifacts

Full name:

org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-artifacts

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
assembleDirectory File - The directory that will be used to assemble the artifacts in and place the bin scripts.
Default value is: ${project.build.directory}/appassembler.
User property is: assembleDirectory.

Optional Parameters

Name Type Since Description
repositoryName String - Path (relative to assembleDirectory) of the desired output repository.
Default value is: repo.

Parameter Details

assembleDirectory:

The directory that will be used to assemble the artifacts in and place the bin scripts.
  • Type: java.io.File
  • Required: Yes
  • User Property: assembleDirectory
  • Default: ${project.build.directory}/appassembler

repositoryName:

Path (relative to assembleDirectory) of the desired output repository.
  • Type: java.lang.String
  • Required: No
  • Default: repo