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

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

Reply via email to