-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APPS-2991] Releasing Alfresco SDK 4.9.0
- Loading branch information
Sathish Kumar
authored and
Sathish Kumar
committed
Sep 2, 2024
1 parent
7dce05b
commit 1b0606b
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ env: | |
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} | ||
MAVEN_CENTRAL_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} | ||
MAVEN_CENTRAL_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }} | ||
MAVEN_CLI_OPTS: "-B -q -e -fae -V -DinstallAtEnd=true -U" | ||
|
||
jobs: | ||
pre_commit: | ||
|
@@ -50,6 +49,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [pre_commit] | ||
if: "!contains(github.event.head_commit.message, '[skip tests]')" | ||
env: | ||
MAVEN_CLI_OPTS: > | ||
-B -q -e -fae -V -DinstallAtEnd=true -U | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
@@ -156,12 +158,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [tests] | ||
if: > | ||
!(failure() || cancelled()) && | ||
github.event_name != 'pull_request' | ||
contains(github.event.head_commit.message, '[publish]') | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Build" | ||
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | ||
- name: "Publish" | ||
run: mvn $MAVEN_CLI_OPTS deploy -DskipTests | ||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||
run: mvn deploy $MAVEN_CLI_OPTS -DskipTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters