summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-24 17:25:15 +0100
committerSven Gothel <[email protected]>2023-01-24 17:25:15 +0100
commit5d67d2b7981d8e37c2814cbdfc0a4215fffb6a34 (patch)
tree6ded39b758056e7dc69d04a5a08999ae51ec356f /maven
parent8f0ffa891d432ab12810edabff0c289a02d147fa (diff)
maven: Add jogamp deploy script
Diffstat (limited to 'maven')
-rwxr-xr-xmaven/make-deploy-jogamp2.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/maven/make-deploy-jogamp2.sh b/maven/make-deploy-jogamp2.sh
new file mode 100755
index 0000000..78ea62b
--- /dev/null
+++ b/maven/make-deploy-jogamp2.sh
@@ -0,0 +1,12 @@
+
+. /opt-share/etc/profile.maven
+
+export REPOSITORY_URL="file:///srv/www/jogamp.org/deployment/maven/"
+#export REPOSITORY_URL="file:///srv/www/jogamp.org/deployment/test/maven01/"
+#export REPOSITORY_URL="scpexe://jogamp.org/srv/www/jogamp.org/deployment/maven/"
+#export REPOSITORY_URL="scpexe://jogamp.org/srv/www/jogamp.org/deployment/test/maven01/"
+export REPOSITORY_ID="jogamp-mirror"
+
+./make-deploy.sh $*
+#./make-deploy-one.sh jogl-all-android $*
+#./make-deploy-one.sh gluegen-rt-android $*