From 167364cf4c42ea1b488f1d3c148b9b8d26285937 Mon Sep 17 00:00:00 2001 From: JOGAMP DEV TEAM Date: Tue, 24 Jan 2023 17:16:21 +0100 Subject: Manually inject gluegen/pom.in into gluegen-rt-main/pom.sh, avoiding a maven refusal due to repeated dependencies section --- maven/projects/gluegen-rt-main/pom.sh | 67 ++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) (limited to 'maven') diff --git a/maven/projects/gluegen-rt-main/pom.sh b/maven/projects/gluegen-rt-main/pom.sh index c163663..92c2867 100755 --- a/maven/projects/gluegen-rt-main/pom.sh +++ b/maven/projects/gluegen-rt-main/pom.sh @@ -56,11 +56,76 @@ EOF done cat < + antlr + antlr + 2.7.7 + + + http://jogamp.org/git/?p=gluegen.git/ + scm:git:http://jogamp.org/git/gluegen.git/ + scm:git:http://jogamp.org/git/gluegen.git/ + + + + + BSD-2 License + http://www.opensource.org/licenses/BSD-2-Clause + + + BSD-3 License + http://www.opensource.org/licenses/BSD-3-Clause + + + BSD-4 License + http://www.spdx.org/licenses/BSD-4-Clause + + + + + + sgothel + Sven Gothel + sgothel@jausoft.com + http://blog.jausoft.com + + + + + http://jogamp.org/bugzilla/ + Bugzilla + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + org.apache.maven.wagon + wagon-ssh + 2.4 + + + EOF -cat ../gluegen/pom.in || exit 1 +# cat ../gluegen/pom.in || exit 1 cat < EOF -- cgit v1.2.3