1 <?xml version="1.0" encoding="UTF-8"?>
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>remote</groupId>
7 <artifactId>remote-apps</artifactId>
8 <version>2.0-snapshot</version>
11 <artifactId>remote-apps-cli</artifactId>
12 <packaging>jar</packaging>
14 <name>Re·Mote Testbed Apps CLI</name>
17 Command line tools for testing and working with the
18 Re·Mote Testbed Framework.
22 <connection>${scmrepo}</connection>
27 <mainClass>remote.apps.cli.Main</mainClass>
33 <groupId>org.apache.maven.plugins</groupId>
34 <artifactId>maven-shade-plugin</artifactId>
35 <version>1.2</version>
38 <phase>package</phase>
43 <finalName>remote-cli</finalName>
45 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
46 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
48 <Main-Class>${mainClass}</Main-Class>
61 <groupId>${project.groupId}</groupId>
62 <artifactId>remote-apps-core</artifactId>
63 <version>${project.version}</version>
66 <groupId>args4j</groupId>
67 <artifactId>args4j</artifactId>
68 <version>2.0.8</version>
71 <groupId>org.netbeans.api</groupId>
72 <artifactId>org-openide-util</artifactId>
73 <version>RELEASE61</version>
80 <url>http://deadlock.netbeans.org/maven2</url>
92 <groupId>javax.script</groupId>
93 <artifactId>script-api</artifactId>
94 <version>1.0</version>
97 <groupId>javax.script</groupId>
98 <artifactId>js-engine</artifactId>
99 <classifier>jdk14</classifier>
100 <version>1.1</version>
103 <groupId>rhino</groupId>
104 <artifactId>js</artifactId>
105 <version>1.7R1</version>
110 <id>dist.codehaus.org/mule</id>
111 <name>Mule Repository for Maven 2</name>
112 <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>