diff --git a/guacamole/web-client/.gitignore b/guacamole/web-client/.gitignore index f0e09d8cd..92ffcee35 100644 --- a/guacamole/web-client/.gitignore +++ b/guacamole/web-client/.gitignore @@ -1,3 +1,2 @@ # Build directories -/dist -/build +target/ diff --git a/guacamole/web-client/guacamole-common/pom.xml b/guacamole/web-client/guacamole-common/pom.xml index ca171435b..ee1ac47ce 100644 --- a/guacamole/web-client/guacamole-common/pom.xml +++ b/guacamole/web-client/guacamole-common/pom.xml @@ -1,18 +1,34 @@ - 4.0.0 - net.sourceforge.guacamole - guacamole-common - jar - 1.0-SNAPSHOT - guacamole-common - http://maven.apache.org - - - junit - junit - 3.8.1 - test - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + 4.0.0 + net.sourceforge.guacamole + guacamole-common + jar + 0.3.0rc1 + guacamole-common + http://guacamole.sourceforge.net/ + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + + + + + javax.servlet + servlet-api + 2.5 + provided + + +