jira-importer commented on issue #231:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/231#issuecomment-2771517150

   **[John Dennis 
Casey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jdcasey)** 
commented
   
   This is fixed, at least in SVN. I verified using the artifact resulting from 
the plugin's own build. The command I executed was:
   
   ```
   mvn deploy:deploy-file -DrepositoryId=test \
       -Durl=file:///tmp/deploy-repo \
       -DrepositoryLayout=legacy \
       
-Dfile=plugins/maven-deploy-plugin/target/maven-deploy-plugin-2.2.1-SNAPSHOT.jar
 \
       -DpomFile=plugins/maven-deploy-plugin/pom.xml \
       -DartifactId=test-artifact \
       -DgroupId=org.testGroup \
       -Dversion=1
   ```
   
   If you want to use a standard Maven 2.x repository layout, simply leave out 
the -DrepositoryLayout property.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to