Skip to content

Commit

Permalink
Use the correct pom for the dependency download
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Nov 17, 2020
1 parent f1af176 commit 6b494c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildScripts/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ echo STAGING_ID="${STAGING_ID}"
echo VERSION="${VERSION}"

# First update the pom-template.xml to a pom
mvn -Dmodule=${MODULE} -DstagingID=${STAGING_ID} -Dstaged.version=${VERSION} post-clean
mvn -f buildScripts/pom-template.xml -Dmodule=${MODULE} -DstagingID=${STAGING_ID} -Dstaged.version=${VERSION} post-clean
ls -l buildScripts

# Optionally list the staging repositories
if [[ ${LIST_REPOS} = "true" ]]; then
Expand Down

0 comments on commit 6b494c2

Please sign in to comment.