Imported Upstream version 1.1.0
[platform/upstream/iotivity.git] / cloud / stack / README
1 This project contains the common stack for all server instances.
2
3 Build
4
5 1) Install Apache Maven if you don't have it
6
7         http://maven.apache.org
8
9 2) Build a .jar file
10
11         $ mvn install -Dmaven.test.skip=true
12
13         - The CloudStack-0.0.1-SNAPSHOT.jar file will be placed in the "target" folder.