Try to fix deployed jars references to parent by specifying -Drevision in deploy command

This commit is contained in:
2022-08-02 09:01:47 -05:00
parent 89a943bc2c
commit 22b322fe83

View File

@ -69,7 +69,7 @@ commands:
- run: - run:
name: Run Maven Jar Deploy name: Run Maven Jar Deploy
command: | command: |
mvn -s .circleci/mvn-settings.xml jar:jar deploy:deploy mvn -s -Drevision=0.3.0-SNAPSHOT .circleci/mvn-settings.xml jar:jar deploy:deploy
- save_cache: - save_cache:
paths: paths:
- ~/.m2 - ~/.m2