From 6b83af40d0a3117cd5da8e7b50016d1e118ddf2a Mon Sep 17 00:00:00 2001 From: Pavel Kotelevsky Date: Wed, 4 Dec 2024 23:38:09 +0100 Subject: [PATCH] chore: zeebe client auth in saas --- .github/workflows/RELEASE.yaml | 2 +- parent/pom.xml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/RELEASE.yaml b/.github/workflows/RELEASE.yaml index e10baa144f..23101e6e40 100644 --- a/.github/workflows/RELEASE.yaml +++ b/.github/workflows/RELEASE.yaml @@ -110,7 +110,7 @@ jobs: RELEASE_VERSION: ${{ github.event.release.tag_name }} - name: Deploy artifacts to Artifactory and Maven Central (Staging) - run: mvn -B compile generate-sources source:jar javadoc:jar deploy -PcheckFormat -Psonatype-oss-release -DskipTests + run: mvn -B compile generate-sources source:jar javadoc:jar deploy -Psonatype-oss-release -DskipTests env: NEXUS_USR: ${{ steps.secrets.outputs.ARTIFACTORY_USR }} NEXUS_PSW: ${{ steps.secrets.outputs.ARTIFACTORY_PSW }} diff --git a/parent/pom.xml b/parent/pom.xml index e8c3fd2e0c..57edc40803 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -928,11 +928,6 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - - - - -