Move core application classes to apps/core module
[remote.git] / apps / pom.xml
blob11ba7de9e8de0dba5af7142b81c671e9e61d5e49
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3         <modelVersion>4.0.0</modelVersion>
5         <parent>
6                 <groupId>remote</groupId>
7                 <artifactId>remote-testbed</artifactId>
8                 <version>2.0-snapshot</version>
9         </parent>
11         <artifactId>remote-apps</artifactId>
12         <packaging>pom</packaging>
14         <modules>
15                 <module>core</module>
16                 <module>gui</module>
17                 <module>cli</module>
18         </modules>
20         <name>ReĀ·Mote Testbed Apps</name>
21         <description>
23                 Application projects.
25         </description>
26         <scm>
27                 <connection>${scmrepo}</connection>
28                 <url>${scmweb}</url>
29         </scm>
30 </project>