You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/08/04 17:01:00 UTC

[GitHub] [maven-mvnd] jglick opened a new issue, #672: Deployed timestamped snapshot version does not change

jglick opened a new issue, #672:
URL: https://github.com/apache/maven-mvnd/issues/672

   ```bash
   mvn deploy
   # edit some file
   mvn deploy
   ```
   
   (3.8.6) on a `*-SNAPSHOT` project using `nexus-staging-maven-plugin` will deploy snapshots with two different versions (`…-1` and `…-2`), as expected. But
   
   ```bash
   mvnd deploy
   # edit some file
   mvnd deploy
   ```
   
   (0.7.1) seems to redeploy the same timestamped version (`…-1`). Maybe whatever inside Maven holds a consistent version number across reactor modules (recently added) is improperly being cached?


-- 
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-unsubscribe@maven.apache.org.apache.org

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


[GitHub] [maven-mvnd] jglick commented on issue #672: Deployed timestamped snapshot version does not change

Posted by GitBox <gi...@apache.org>.
jglick commented on issue #672:
URL: https://github.com/apache/maven-mvnd/issues/672#issuecomment-1231579207

   > the `nexus-staging-maven-plugin` uses very old maven api
   
   OK, then unclear where fault may lie. Timestamped snapshots are always a mess anyway. CC @stephenc @jtnord
   
   > switch to the standard deploy plugin
   
   Not an option if you need to automate interactions with Nexus I am afraid—opening a staging repository, grouping changes, closing it, promoting it to release.
   
   > a way to reproduce the problem
   
   Anyway it seems I cannot reproduce on demand.


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-mvnd] jglick closed issue #672: Deployed timestamped snapshot version does not change

Posted by GitBox <gi...@apache.org>.
jglick closed issue #672: Deployed timestamped snapshot version does not change
URL: https://github.com/apache/maven-mvnd/issues/672


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-mvnd] gnodet commented on issue #672: Deployed timestamped snapshot version does not change

Posted by GitBox <gi...@apache.org>.
gnodet commented on issue #672:
URL: https://github.com/apache/maven-mvnd/issues/672#issuecomment-1231315639

   Fwiw, the `nexus-staging-maven-plugin` uses very old maven api, I would advise to switch to the standard deploy plugin instead.
   Also a way to reproduce the problem would be required to identify where the problem comes from.


-- 
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-unsubscribe@maven.apache.org

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