From 2365d7278bc5a64b4ff7856fd01d75214ea0f555 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 27 Jun 2012 20:35:44 +0000 Subject: Added trivial test --- maven/trivial-test/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 maven/trivial-test/pom.xml (limited to 'maven/trivial-test/pom.xml') diff --git a/maven/trivial-test/pom.xml b/maven/trivial-test/pom.xml new file mode 100644 index 0000000..1300b1c --- /dev/null +++ b/maven/trivial-test/pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + + com.io7m.example + jogl-mvn-test + 1.0.0 + jar + + jogl-mvn-test + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 4.10 + test + + + org.jogamp.gluegen + gluegen-rt-main + 2.0-rc9 + + + org.jogamp.jogl + jogl-all-main + 2.0-rc9 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.6 + 1.6 + + + + + + -- cgit v1.2.3