1 <?xml version="1.0" encoding="UTF-8"?>
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>remote</groupId>
7 <artifactId>remote-client</artifactId>
8 <version>2.0-snapshot</version>
11 <artifactId>remote-client-api</artifactId>
12 <packaging>jar</packaging>
14 <name>Re·Mote Testbed Client API</name>
17 The Re·Mote Testbed Client API consists of a set of
18 packages that can be used by clients for connecting to
19 testbeds using the Re·Mote Testbed Framework.
23 <connection>${scmrepo}</connection>
30 <groupId>org.apache.maven.plugins</groupId>
31 <artifactId>maven-javadoc-plugin</artifactId>
34 <doctitle>${project.name} (${project.version})</doctitle>
35 <encoding>${project.build.sourceEncoding}</encoding>
37 <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
38 <link>http://junit.sourceforge.net/javadoc/</link>
44 <report>javadoc</report>
54 <groupId>${project.groupId}</groupId>
55 <artifactId>remote-util</artifactId>
56 <version>${project.version}</version>