diff options
author | Sven Gothel <[email protected]> | 2023-01-24 17:25:15 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-24 17:25:15 +0100 |
commit | 5d67d2b7981d8e37c2814cbdfc0a4215fffb6a34 (patch) | |
tree | 6ded39b758056e7dc69d04a5a08999ae51ec356f /maven | |
parent | 8f0ffa891d432ab12810edabff0c289a02d147fa (diff) |
maven: Add jogamp deploy script
Diffstat (limited to 'maven')
-rwxr-xr-x | maven/make-deploy-jogamp2.sh | 12 |
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 $* |