fa1820b1899e1fe845757888920a8a4ac8c03e0b
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.highlevelrestapi / README.md
1 This project provides a wrapper around org.apache.commons.httpclient.
2
3 It is independent of Winery itself as Winery uses JAX-RS.
4 The generated implementation artifacts, however, rely on this package.
5
6 ## Build fat JARs
7 To build a fatJar of the HighLevelRestAPI which also contains all the dependencies use the maven profile fatJar (i.e., run `mvn clean package -P fatJar`).
8 Maven will create a JAR called `org.eclipse.winery.highlevelrestapi-*-jar-with-dependencies.jar` in `/target`.