From c09600d06731c420ca44cc38868ae4c0bd0d0e05 Mon Sep 17 00:00:00 2001 From: Kacper Magdziarz <95610011+kmagdziarz@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:42:21 +0200 Subject: [PATCH] [ACS-5597] Add GHA (#5) --- .github/workflows/ci.yml | 18 ++++++++++++++++++ pom.xml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..fb341f6 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,18 @@ +name: Alfresco ROOT Web Application CI + +on: + pull_request: + branches: + - master + push: + branches: + - master + workflow_dispatch: + +jobs: + build_and_release: + name: "Build and Release" + uses: Alfresco/alfresco-build-tools/.github/workflows/build-and-release-maven.yml@v2.6.0 + secrets: inherit + with: + build-args: "-Dmaven.javadoc.skip=true" \ No newline at end of file diff --git a/pom.xml b/pom.xml index 14a4dc9..9f27dd8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 alfresco-server-root Alfresco ROOT Web Application - 6.1-SNAPSHOT + 7.0-SNAPSHOT war