diff --git a/.github/workflows/cadastrapp.yml b/.github/workflows/cadastrapp.yml index dc68879e..8392ef2a 100644 --- a/.github/workflows/cadastrapp.yml +++ b/.github/workflows/cadastrapp.yml @@ -88,6 +88,13 @@ jobs: run: | docker push georchestra/cadastrapp:${{ steps.version.outputs.VERSION }} + - name: "Publish binary in artifactory" + run: ./mvn deploy + continue-on-error: true + env: + ARTIFACTORY_TOKEN_REF: ${{ secrets.ARTIFACTORY_TOKEN }} + ARTIFACTORY_USERNAME_REF: ${{ secrets.ARTIFACTORY_USERNAME }} + - name: Remove SNAPSHOT jars from repository run: | find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {} diff --git a/pom.xml b/pom.xml index 67f6e8c6..cd5ce63a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,13 @@ cadastrapp-release yyyyMMddHHmm + + + geOrchestra-artifactory + geOrchestra Maven repository + https://artifactory.georchestra.org/artifactory/georchestra/ + + GitHub Issues https://github.com/georchestra/cadastrapp/issues