This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch update_sign-deploy-jar.sh
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit 68a07031b38effb3875c926ff845777e38183c68
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jul 26 11:02:04 2024 -0700

    Added groupID, artifactId to maven-gpg-plugin parameters.
---
 tools/scripts/sign-deploy-jar.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/scripts/sign-deploy-jar.sh b/tools/scripts/sign-deploy-jar.sh
index 646e564..afacfd3 100755
--- a/tools/scripts/sign-deploy-jar.sh
+++ b/tools/scripts/sign-deploy-jar.sh
@@ -32,6 +32,10 @@
 GitTag=$1
 ProjectBaseDir=$2
 
+#### Common Variables ####
+GroupId="org.apache.datasketches"
+ArtifactId="datasketches-memory"
+
 #### Setup absolute directory references ####
 OutputDir=${ProjectBaseDir}/target
 
@@ -63,6 +67,8 @@ fi;
 mvn org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign-and-deploy-file \
     -Durl=$DistributionsUrl\
     -DrepositoryId=$DistributionsId \
+    -DgroupId=${GroupId} \
+    -DartifactId=${ArtifactId} \
     -Dfile=$OutputMrJar \
     -Dsources=$OutputSources \
     -Dfiles=$OutputTests,$OutputTestSources \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to