From a597089b3c9a270dfce233890c7587db3c1b4a7f Mon Sep 17 00:00:00 2001 From: stanbrub Date: Mon, 21 Oct 2024 12:40:39 -0600 Subject: [PATCH] Pull jar files up to the pom directory for bundling --- .github/scripts/make-release-artifact-bundle.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/scripts/make-release-artifact-bundle.sh b/.github/scripts/make-release-artifact-bundle.sh index 58fccb2..bf7df1a 100755 --- a/.github/scripts/make-release-artifact-bundle.sh +++ b/.github/scripts/make-release-artifact-bundle.sh @@ -24,7 +24,10 @@ ARTIFACT=deephaven-benchmark-${VERSION} sed -i "s;1.0-SNAPSHOT;${VERSION};" pom.xml mvn -B install --file pom.xml -cp pom.xml ${ARTIFACT}.pom +cp pom.xml ${ARTIFACT}.pom +cp target/${ARTIFACT}.jar . +cp target/${ARTIFACT}-sources.jar . +cp target/${ARTIFACT}-javadoc.jar . gpg --import ${KEY_FILE} gpg -ab ${ARTIFACT}.pom