one:deploy-maven-one-repository

Deploy the artifact in a Maven 1 remote repository.

Mojo Attributes :

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

Required Parameters

Name Type Description
remoteRepositoryId String The id to use in settings.xml if you want to configure server settings there. Default value is mavenOneRemoteRepository.
remoteRepositoryUrl String The URL to the remote repository.

Optional Parameters

Name Type Description
deployer ArtifactDeployer No description.
factory ArtifactRepositoryFactory No description.
legacyLayout ArtifactRepositoryLayout Whether the remote repository uses a legacy layout or not.

Parameter Details

deployer

No Description.

  • Type : org.apache.maven.artifact.deployer.ArtifactDeployer
  • Required : No

factory

No Description.

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

legacyLayout

Whether the remote repository uses a legacy layout or not.

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

remoteRepositoryId

The id to use in settings.xml if you want to configure server settings there.

  • Type : java.lang.String
  • Required : Yes
  • Expression : ${remoteRepositoryId}
  • Default : mavenOneRemoteRepository

remoteRepositoryUrl

The URL to the remote repository.

  • Type : java.lang.String
  • Required : Yes
  • Expression : ${remoteRepositoryUrl}