From 8e2ab5b4c4e84e5c14ed4570ea8050c8e1dc3c5b Mon Sep 17 00:00:00 2001 From: Evgeniy Tsvigun Date: Mon, 13 Sep 2010 04:29:35 +0400 Subject: Composing valid POMs for maven artifacts --- make/pom-template.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 make/pom-template.xml (limited to 'make/pom-template.xml') diff --git a/make/pom-template.xml b/make/pom-template.xml new file mode 100644 index 0000000..4a93ae7 --- /dev/null +++ b/make/pom-template.xml @@ -0,0 +1,51 @@ + + 4.0.0 + org.jogamp.gluegen + @ARTIFACTID@ + jar + GlueGen + @VERSION@ + @DESCRIPTION@ + http://jogamp.org/gluegen/www + + + + BSD + http://jogamp.org/gluegen/LICENSE.txt + repo + + + + + http://github.com/sgothel/gluegen + http://github.com/sgothel/gluegen.git + + + + + sgothel + Sven Gothel + sgothel@jausoft.com + http://github.com/sgothel + Jausoft + http://http://jausoft.com/blog + + developer + + + + + mbien + Michael Bien + mbien@fh-landshut.de + http://github.com/mbien + + developer + + + + +@DEPENDENCIES@ + + + \ No newline at end of file -- cgit v1.2.3