apps/cli: read testbed configuration profiles from ~/.remote-testbed/
[remote.git] / util / pom.xml
blobd1c114b5e93d7be77fc58d7df52de2927ab63ce1
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-util</artifactId>
12         <packaging>jar</packaging>
14         <name>Re·Mote Testbed Util</name>
15         <description>
17                 Utilities shared by all Re·Mote projects.
19         </description>
20         <scm>
21                 <connection>${scmrepo}</connection>
22                 <url>${scmweb}</url>
23         </scm>
25         <dependencies>
26                 <dependency>
27                         <groupId>junit</groupId>
28                         <artifactId>junit</artifactId>
29                         <scope>provided</scope>
30                         <optional>true</optional>
31                 </dependency>
32         </dependencies>
33 </project>