From aba7563a7a3b29ca76e8833ad823d99252b3d6ab Mon Sep 17 00:00:00 2001 From: Stefano Sinatti Date: Thu, 5 Oct 2023 12:08:27 +0200 Subject: [PATCH] Update pom.ml / Added CI --- .github/workflows/compile.yml | 7 +++++++ .github/workflows/release.yml | 14 ++++++++++++++ pom.xml | 12 +++++++----- 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/compile.yml create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..bde4606 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,7 @@ +name: Maven Compile +on: push +jobs: + compile: + uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1 + with: + java: '8' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..5b0c6f9 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,14 @@ +name: Maven Release +on: + workflow_dispatch: + inputs: + version: + description: "Version number" + required: true + type: string +jobs: + release: + uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1 + with: + version: ${{ inputs.version }} + java: '8' diff --git a/pom.xml b/pom.xml index 792b511..069d479 100644 --- a/pom.xml +++ b/pom.xml @@ -26,16 +26,18 @@ 2.0.3 + + + github + https://maven.pkg.github.com/RegioneER/parer-sacerws + + github - https://maven.pkg.github.com/RegioneER/parer.sacer.parent/ + https://maven.pkg.github.com/RegioneER/parer-framework-parerpom - - redhatga - https://maven.repository.redhat.com/ga/ -