diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce5f837..003f622 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,14 +82,14 @@ jobs: export GPG_TTY=$(tty) ./mvnw -ntp -B --file pom.xml \ -Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \ - -Dmaven.site.skip=true -Drelease=true deploy + -Dmaven.site.skip=true -Ppublication,stage - name: Release to GitHub env: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JRELEASER_BRANCH: ${{ env.BRANCH }} run: | - ./mvnw -B --file pom.xml -pl :moditect-parent -Pjreleaser jreleaser:release + ./mvnw -ntp -B --file pom.xml -pl :moditect-parent -Pjreleaser jreleaser:release - name: JReleaser output if: always() diff --git a/core/pom.xml b/core/pom.xml index 7b8b830..8e1519a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,6 +29,8 @@ moditect jar ModiTect + https://github.com/moditect/moditect + Module system tooling diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 58e7157..6fe1a8e 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -28,6 +28,8 @@ moditect-maven-plugin maven-plugin ModiTect Maven Plug-In + https://github.com/moditect/moditect + ModiTect Maven Plug-In diff --git a/parent/pom.xml b/parent/pom.xml index 6e565bf..4bd57fe 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -171,6 +171,15 @@ + + stage + + local::file:${rootdir}/target/staging-deploy + + + deploy + + jreleaser @@ -190,6 +199,24 @@ https://github.com/moditect/moditect + + ALWAYS + true + + + + + + ALWAYS + https://oss.sonatype.org/service/local + https://oss.sonatype.org/content/repositories/snapshots/ + true + true + target/staging-deploy + + + + {{projectVersion}}