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

   **[Kalle 
Korhonen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kaosko)** 
commented
   
   As a workaround, you can set uniqueVersion to false in 
distributionManagement section of your pom, e.g:
   \<distributionManagement>
   \<repository>
   \<id>my-repo\</id>
   \<name>My Internal Repository\</name>
   \<url>scp://my-repo.com/repo\</url>
   \<uniqueVersion>false\</uniqueVersion>
   \</repository>
   \</distributionManagement>
   
   But, it'd be very useful if you could override uniqueVersion setting from 
the command line.
   


-- 
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