diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1366ebc5..683193cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,4 +205,4 @@ jobs: gpg --batch --yes --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE --list-keys - name: "Publish" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} - run: mvn --batch-mode clean central-publishing:publish -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ No newline at end of file + run: mvn --batch-mode clean package central-publishing:publish -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ No newline at end of file diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml index 3e9d298d..79387ed4 100644 --- a/modules/alfresco-rad/pom.xml +++ b/modules/alfresco-rad/pom.xml @@ -49,22 +49,4 @@ - - - - - - org.sonatype.central - central-publishing-maven-plugin - - - default-cli - none - - - - - - - \ No newline at end of file