Skip to content

Commit

Permalink
fixed issue deploy dev-resources (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfecher committed Jun 24, 2019
1 parent de5f678 commit 7574e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utility/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$TRAVIS_REPO_SLUG" == "locationtech/geowave" ] && [ "$BUILD_AND_PUBLISH" =
pushd dev-resources
# Build the dev-resources jar
echo -e "Deploying dev-resources..."
mvn deploy --settings .utility/.maven.xml -DskipTests -Dspotbugs.skip -B -U -Prelease
mvn deploy --settings ../.utility/.maven.xml -DskipTests -Dspotbugs.skip -B -U -Prelease
popd
echo -e "Deploying geowave artifacts..."
mvn deploy --settings .utility/.maven.xml -DskipTests -Dspotbugs.skip -B -U -Prelease
Expand Down

0 comments on commit 7574e3f

Please sign in to comment.