Parent pom.xml.

This commit is contained in:
Michael Jumper
2013-06-05 16:31:57 -07:00
parent f4f1242ae3
commit 75a5099acf

32
pom.xml Normal file
View File

@@ -0,0 +1,32 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-client</artifactId>
<packaging>pom</packaging>
<version>0.8.1</version>
<name>guacamole-client</name>
<url>http://guac-dev.org/</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<!-- Guacamole web application -->
<module>../guacamole</module>
<!-- Guacamole Java API -->
<module>../guacamole-common</module>
<!-- Guacamole webapp extension API -->
<module>../guacamole-ext</module>
<!-- Guacamole JavaScript API -->
<module>../guacamole-common-js</module>
</modules>
</project>