[ACS-9823]: [publish] package alfresco-rad before publishing and remove central.skip config (#716)

This commit is contained in:
Vivek
2025-07-25 14:59:12 +05:30
committed by GitHub
parent 3bee9d0d5b
commit 2f586f266a
2 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -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
run: mvn --batch-mode clean package central-publishing:publish -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE
-18
View File
@@ -49,22 +49,4 @@
</dependency>
</dependencies>
<build>
<plugins>
<!-- Skip central publishing for parent module -->
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<executions>
<execution>
<id>default-cli</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>