mirror of https://github.com/apache/cloudstack.git
Integrating the rdp client to get build in the regular build process.
This commit is contained in:
parent
a98c473dca
commit
810bfa90e2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
</build>
|
||||
<modules>
|
||||
<module>console-proxy</module>
|
||||
<module>console-proxy-rdp/rdpconsole</module>
|
||||
<module>secondary-storage</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue