Skip to content

Commit

Permalink
CI, changing maven options variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Sep 27, 2023
1 parent 1944ee0 commit cedad1f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions ci-build/build-body.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,4 @@ set -e

echo -e "\n\n\tRunning Maven Goal: $MAVEN_GOAL\n"
mvn --update-snapshots --batch-mode --show-version -Dgpg.skip -Dmaven.javadoc.skip=true \
-Prres-deploy --settings ci-build/maven-settings.xml $MAVEN_ARGS $MAVEN_GOAL


return

# TODO: remove, this is now auto-executed as module.

echo -e "\n\n\tIntegration Tests\n"
cd integration-tests
mvn verify
cd ..

if [[ "$MAVEN_GOAL" == "deploy" ]]; then
echo -e "\n\n\tDeployment\n"
mvn --update-snapshots --batch-mode -Prres-deploy \
--settings ci-build/maven-settings.xml $MAVEN_ARGS deploy
fi
-Prres-deploy --settings ci-build/maven-settings.xml $MAVEN_BUILD_ARGS $MAVEN_GOAL

0 comments on commit cedad1f

Please sign in to comment.