mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Parent pom.xml.
This commit is contained in:
32
pom.xml
Normal file
32
pom.xml
Normal 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>
|
Reference in New Issue
Block a user