Revert previous (incorrectly addded -Drevision); Add flatten-maven-plugin

This commit is contained in:
2022-08-02 09:10:20 -05:00
parent 22b322fe83
commit 010ee595ce
2 changed files with 26 additions and 1 deletions

View File

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