resolver:resolve

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: process-resources

Required Parameters

Name Type Description
project MavenProject The maven project.

Optional Parameters

Name Type Description
artifactContext ArtifactContext No description.
frameworkVersion String No description.
isGacInstall boolean No description. Default value is false.
localRepository File The local Maven repository.
netDependencies NetDependency[] No description.
netExecutableFactory NetExecutableFactory No description.
nmavenRegistry NMavenRepositoryRegistry No description.
vendor String The Vendor for the executable.

Parameter Details

artifactContext

No Description.

  • Type: org.apache.maven.dotnet.artifact.ArtifactContext
  • Required: No

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: org.apache.maven.dotnet.model.netdependency.NetDependency[]
  • Required: No

netExecutableFactory No Description.
  • Type: org.apache.maven.dotnet.executable.NetExecutableFactory
  • Required: No

nmavenRegistry No Description.
  • Type: org.apache.maven.dotnet.NMavenRepositoryRegistry
  • Required: No

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}