install:install

Full name:

npanday.plugin:maven-install-plugin:1.2:install

Description:

Installs assembly into the local repository

Attributes:

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

Required Parameters

Name Type Since Description
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
frameworkVersion String - (no description)
isGacInstall boolean - Install into the GAC?
Default value is: false.
localRepository File - (no description)
pomFile File - (no description)
profile String - The profile that the executable should use.
Default value is: GACUTIL.
vendor String - The Vendor for the executable.

Parameter Details

frameworkVersion:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${frameworkVersion}

isGacInstall:

Install into the GAC?
  • Type: boolean
  • Required: No
  • Expression: ${isGacInstall}
  • Default: false

localRepository:

(no description)
  • Type: java.io.File
  • Required: No
  • Expression: ${settings.localRepository}

pomFile:

(no description)
  • Type: java.io.File
  • Required: No
  • Expression: ${project.file}

profile:

The profile that the executable should use.
  • Type: java.lang.String
  • Required: No
  • Expression: ${profile}
  • Default: GACUTIL

project:

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

vendor:

The Vendor for the executable.
  • Type: java.lang.String
  • Required: No
  • Expression: ${vendor}