resolver:resolve

Full name:

npanday.plugin:maven-resolver-plugin:1.1:resolve

Description:

(no description)

Attributes:

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

Required Parameters

Name Type Since Description
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
frameworkVersion String - (no description)
isGacInstall boolean - (no description)
Default value is: false.
localRepository File - The local Maven repository.
netDependencies NetDependency[] - (no description)
skip boolean - (no description)
Default value is: false.
vendor String - The Vendor for the executable.

Parameter Details

frameworkVersion:

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

isGacInstall:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${installGacDependencies}
  • Default: false

localRepository:

The local Maven repository.
  • Type: java.io.File
  • Required: No
  • Expression: ${settings.localRepository}

netDependencies:

(no description)
  • Type: npanday.model.netdependency.NetDependency[]
  • Required: No

project:

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

skip:

(no description)
  • Type: boolean
  • Required: No
  • Default: false

vendor:

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