summaryrefslogtreecommitdiffstats
path: root/make/pom-template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/pom-template.xml')
-rw-r--r--make/pom-template.xml51
1 files changed, 51 insertions, 0 deletions
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 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jogamp.gluegen</groupId>
+ <artifactId>@ARTIFACTID@</artifactId>
+ <packaging>jar</packaging>
+ <name>GlueGen</name>
+ <version>@VERSION@</version>
+ <description>@DESCRIPTION@</description>
+ <url>http://jogamp.org/gluegen/www</url>
+
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://jogamp.org/gluegen/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+ <url>http://github.com/sgothel/gluegen</url>
+ <connection>http://github.com/sgothel/gluegen.git</connection>
+ </scm>
+
+ <developers>
+ <developer>
+ <id>sgothel</id>
+ <name>Sven Gothel</name>
+ <email>[email protected]</email>
+ <url>http://github.com/sgothel</url>
+ <organization>Jausoft</organization>
+ <organizationUrl>http://http://jausoft.com/blog</organizationUrl>
+ <roles>
+ <role>developer</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <id>mbien</id>
+ <name>Michael Bien</name>
+ <email>[email protected]</email>
+ <url>http://github.com/mbien</url>
+ <roles>
+ <role>developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+@DEPENDENCIES@
+
+</project>
+ \ No newline at end of file