Add call to flatten:flatten

This commit is contained in:
2022-08-02 09:14:54 -05:00
parent 010ee595ce
commit b5b4ded8aa

View File

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