From 17a5d483c654036bff431936d1f190eb9c4aa9a8 Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Wed, 14 Dec 2022 12:18:05 +0100 Subject: [PATCH] Deploy build needed? --- .github/workflows/release.yml | 6 ------ pom.xml | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75bbe69..f819619 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,12 +32,6 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - # Prepare for upload to Maven Central - # https://jreleaser.org/guide/latest/examples/maven/staging-artifacts.html - - name: Build for release - run: | - mvn -ntp -B -Ppublication deploy -DaltDeploymentRepository=local::file:./target/staging-deploy - - name: List files staged for release run: | ls -laR ./target/staging-deploy diff --git a/pom.xml b/pom.xml index 8518d6b..d2a1039 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,7 @@ publication + @@ -159,6 +160,7 @@ org.apache.maven.plugins maven-source-plugin + 3.2.1 attach-sources