Skip to content

changed gitlab-ci.yml deploy_snapshot step

Malte Grebe-Lüth requested to merge change-deploy-command into main

changed from - mvn $MAVEN_CLI_OPTS -DskipTests=true install deploy -Pdeploy to - mvn $MAVEN_CLI_OPTS -DskipTests=true deploy -Pdeploy to avoid that the maven-source-plugin executes twice.

Merge request reports