one:install-maven-one-repository

Install the artifact in the Maven 1 local repository.

Mojo Attributes :

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

Optional Parameters

Name Type Description
factory ArtifactRepositoryFactory No description.
installer ArtifactInstaller No description.
legacyLayout ArtifactRepositoryLayout Whether the local repository uses a legacy layout or not.
mavenOneRepository String The location of the local repository.

Parameter Details

factory

No Description.

  • Type : org.apache.maven.artifact.repository.ArtifactRepositoryFactory
  • Required : No

installer

No Description.

  • Type : org.apache.maven.artifact.installer.ArtifactInstaller
  • Required : No

legacyLayout

Whether the local repository uses a legacy layout or not.

  • Type : org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout
  • Required : No

mavenOneRepository

The location of the local repository.

  • Type : java.lang.String
  • Required : No
  • Expression : ${mavenOneRepository}