1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.iotivity.cloud</groupId>
7 <artifactId>cloud</artifactId>
8 <version>0.0.1-SNAPSHOT</version>
11 <groupId>org.iotivity.cloud</groupId>
12 <artifactId>CloudInterface</artifactId>
17 <groupId>org.iotivity.cloud</groupId>
18 <artifactId>CloudStack</artifactId>
23 <groupId>org.powermock</groupId>
24 <artifactId>powermock-api-mockito</artifactId>
28 <groupId>org.powermock</groupId>
29 <artifactId>powermock-core</artifactId>
33 <groupId>org.powermock</groupId>
34 <artifactId>powermock-module-junit4</artifactId>
42 <inherited>true</inherited>
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-compiler-plugin</artifactId>
48 <encoding>UTF-8</encoding>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-jar-plugin</artifactId>
57 <mainClass>org.iotivity.cloud.ciserver.CloudInterfaceServer</mainClass>
58 <addClasspath>true</addClasspath>
59 <classpathPrefix>lib/</classpathPrefix>
65 <groupId>org.apache.maven.plugins</groupId>
66 <artifactId>maven-dependency-plugin</artifactId>
69 <id>copy-dependencies</id>
70 <phase>package</phase>
72 <goal>copy-dependencies</goal>
77 <outputDirectory>target/lib</outputDirectory>
78 <overWriteIfNewer>true</overWriteIfNewer>