repository:package

Full name:

npanday.plugin:maven-repository-plugin:1.1:package

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
outputDirectory String - Sets location of assembled artifacts.
Default value is: archive-tmp/repository/releases.
withGac boolean - Pull in assemblies from the global assembly cache.

Parameter Details

outputDirectory:

Sets location of assembled artifacts.
  • Type: java.lang.String
  • Required: No
  • Expression: ${outputDirectory}
  • Default: archive-tmp/repository/releases

project:

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

withGac:

Pull in assemblies from the global assembly cache.
  • Type: boolean
  • Required: No
  • Expression: ${withGac}