Skip to content

Commit

Permalink
Pull jar files up to the pom directory for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 21, 2024
1 parent f2aa95d commit a597089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/make-release-artifact-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ ARTIFACT=deephaven-benchmark-${VERSION}
sed -i "s;<version>1.0-SNAPSHOT</version>;<version>${VERSION}</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
Expand Down

0 comments on commit a597089

Please sign in to comment.