From 77398c503ff714c0d77f7e277369e0158858c581 Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Mon, 6 Nov 2023 18:16:04 -0800 Subject: [PATCH] Revert "add jar goal for deploy in maven-build-and-tag action" This reverts commit 215cd5f10c46e19a7d44a82d6569b6507de73552. --- .github/actions/maven-build-and-tag/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/maven-build-and-tag/action.yml b/.github/actions/maven-build-and-tag/action.yml index 2d252af3f..e98f4567e 100644 --- a/.github/actions/maven-build-and-tag/action.yml +++ b/.github/actions/maven-build-and-tag/action.yml @@ -196,7 +196,7 @@ runs: if: steps.define_maven_command.outputs.command == 'deploy' shell: bash run: | - mvn validate jar:jar deploy:deploy ${{ env.MAVEN_CLI_OPTS}} -DskipTests + mvn deploy:deploy ${{ env.MAVEN_CLI_OPTS}} -DskipTests env: MAVEN_CLI_OPTS: ${{ steps.compute-maven-options.outputs.result }} -Dlogging.root.level=off -Dspring.main.banner-mode=off -Ddocker.skip MAVEN_USERNAME: ${{ inputs.maven-username }}