maven-one-plugin:deploy-maven-one-repository
      Full name:
      org.apache.maven.plugins:maven-one-plugin:1.3:deploy-maven-one-repository
      Description:
      Deploy the artifact in a Maven 1 remote repository.
      Attributes:
      
        - Requires a Maven 2.0 project to be executed.
- Binds by default to the lifecycle phase: deploy.
Required Parameters
        
          
            | Name | Type | Since | 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. 
 | 
        
      Parameter Details
        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}