Integrating the rdp client to get build in the regular build process.

This commit is contained in:
Devdeep Singh 2013-11-08 14:51:04 +05:30
parent a98c473dca
commit 810bfa90e2
2 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>rdpclient</groupId>
<artifactId>rdpclient</artifactId>
<artifactId>cloudstack-service-console-proxy-rdpclient</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rdpclient</name>
<name>Apache CloudStack Console Proxy - RDP Client</name>
<url>http://maven.apache.org</url>
<properties>

View File

@ -32,6 +32,7 @@
</build>
<modules>
<module>console-proxy</module>
<module>console-proxy-rdp/rdpconsole</module>
<module>secondary-storage</module>
</modules>
</project>