From 64a4063cf496b9ea842673b3d0977a4ad544bea9 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Tue, 5 Feb 2013 22:08:40 -0800 Subject: [PATCH] Ticket #269: Created maven project. --- extensions/guacamole-auth-mysql/pom.xml | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 extensions/guacamole-auth-mysql/pom.xml diff --git a/extensions/guacamole-auth-mysql/pom.xml b/extensions/guacamole-auth-mysql/pom.xml new file mode 100644 index 000000000..4b7f1daba --- /dev/null +++ b/extensions/guacamole-auth-mysql/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + net.sourceforge.guacamole + guacamole-auth-mysql + jar + 0.8.0 + guacamole-auth-mysql + http://guac-dev.org/ + + + UTF-8 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + + + maven-assembly-plugin + 2.2-beta-5 + + ${project.artifactId}-${project.version} + false + + src/main/assembly/dist.xml + + + + + make-dist-archive + package + + single + + + + + + + + + + + + + net.sourceforge.guacamole + guacamole-common + 0.7.0 + + + + + net.sourceforge.guacamole + guacamole-ext + 0.7.0 + + + + + org.mybatis + mybatis + 3.1.1 + + + + + + + + + guac-dev + http://guac-dev.org/repo + + + + +