summaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.repository.client/README.md
blob: b530bfa89417669f2613ff582652ebb9a75d23c5 (plain)
1
2
3
4
5
This project provides a Java client to a Winery repository.

## Build fat JARs
To build a fatJar of the repository client which also contains all the dependencies use the maven profile fatJar (i.e., run `mvn clean package -P fatJar`).
Maven will create a JAR called `org.eclipse.winery.repository.client-*-jar-with-dependencies.jar` in `/target`.