deploy:deploy

Full name:

npanday.plugin:maven-deploy-plugin:1.1:deploy

Description:

Deploys the .NET assembly to the remote repository

Attributes:

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

Required Parameters

Name Type Since Description
localRepo ArtifactRepository - The local maven repository
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
classifier String - The project classifier type

Parameter Details

classifier:

The project classifier type
  • Type: java.lang.String
  • Required: No

localRepo:

The local maven repository
  • Type: org.apache.maven.artifact.repository.ArtifactRepository
  • Required: Yes
  • Expression: ${localRepository}

project:

The maven project.
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}