itartifact:deploy-file

Full name:

org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:deploy-file

Description:

Deploys a user-supplied file to some repository. This mimics part of the Maven Deploy Plugin.

Attributes:

Optional Parameters

Name Type Since Description
artifactId String - The artifact id of the artifact.
User property is: artifactId.
file File - The file of the artifact to deploy.
User property is: file.
groupId String - The group id of the artifact.
User property is: groupId.
repositoryId String - The ID of the repository to deploy to.
User property is: repositoryId.
repositoryUrl String - The URL of the repository to deploy to.
User property is: repositoryUrl.
version String - The version of the artifact.
User property is: version.

Parameter Details

artifactId:

The artifact id of the artifact.
  • Type: java.lang.String
  • Required: No
  • User Property: artifactId

file:

The file of the artifact to deploy.
  • Type: java.io.File
  • Required: No
  • User Property: file

groupId:

The group id of the artifact.
  • Type: java.lang.String
  • Required: No
  • User Property: groupId

repositoryId:

The ID of the repository to deploy to.
  • Type: java.lang.String
  • Required: No
  • User Property: repositoryId

repositoryUrl:

The URL of the repository to deploy to.
  • Type: java.lang.String
  • Required: No
  • User Property: repositoryUrl

version:

The version of the artifact.
  • Type: java.lang.String
  • Required: No
  • User Property: version