Try to manage 'snapshot' versions ourselves, to avoid bom-pom causing floating versions to be included...

This commit is contained in:
2024-11-21 15:55:15 -06:00
parent f5c1573102
commit edaabc3523
2 changed files with 25 additions and 14 deletions

View File

@ -92,7 +92,7 @@ commands:
- run:
name: Run Maven Jar Deploy
command: |
mvn -s .circleci/mvn-settings.xml -T4 flatten:flatten jar:jar deploy:deploy
mvn -s .circleci/mvn-settings.xml -T4 flatten:flatten jar:jar deploy:deploy -DuniqueVersion=false
- save_cache:
paths:
- ~/.m2