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

   **[Geoffrey De 
Smet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ge0ffrey.desmet)**
 commented
   
   -DupdateReleaseInfo=true doesn't even seem to work on a normal:
   mvn deploy -DupdateReleaseInfo=true
   with pom
   \<repository>
   \<id>ggg-deploy\</id>
   \<name>gggDeployment Repository\</name>
   \<url>file:///D:/tmp/delete/deployrepo/\</url>
   \</repository>
   \<snapshotRepository>
   \<id>ggg-dev\</id>
   \<name>gggDevelopment Repository\</name>
   \<url>file:///D:/tmp/delete/devrepo/\</url>
   \</snapshotRepository>
   
   if the version ends in -SNAPSHOT, as it creates
   
D:\tmp\delete\devrepo\org\springframework\richclient\spring-richclient\0.3.0-SNAPSHOT\spring-richclient-0.3.0-20070515.075943-1.pom
   It should be:
   ...\deployrepo\.. instead of devrepo
   and
   not have SNAPSHOT in it's directory name.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to