summaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.repository.client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'winery/org.eclipse.winery.repository.client/README.md')
-rw-r--r--winery/org.eclipse.winery.repository.client/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/winery/org.eclipse.winery.repository.client/README.md b/winery/org.eclipse.winery.repository.client/README.md
new file mode 100644
index 0000000..b530bfa
--- /dev/null
+++ b/winery/org.eclipse.winery.repository.client/README.md
@@ -0,0 +1,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`. \ No newline at end of file