diff --git a/ch.psi.fda/Readme.md b/ch.psi.fda/Readme.md
index 4844f0b..487ac48 100644
--- a/ch.psi.fda/Readme.md
+++ b/ch.psi.fda/Readme.md
@@ -23,6 +23,11 @@ To use the FDA libary in an other project use:
```
+For the FDA GUI application one need to create a all in one fda jar which is then put into the UI project. To create the jar, go to the
+`pom.xml` comment the current `configuration` tag of the `maven-assembly-plugin` section and uncomment the commented configuration.
+Afterwards use `mvn clean compile assembly:single` to generate the all in one jar.
+After creating the jar, change back the configuration in the `pom.xml`.
+
## REST
FDA offers a rest service to execute scans. There are 3 distinct service for fda scan, fdaq and cdump.
diff --git a/ch.psi.fda/pom.xml b/ch.psi.fda/pom.xml
index 485ba23..217081d 100644
--- a/ch.psi.fda/pom.xml
+++ b/ch.psi.fda/pom.xml
@@ -248,11 +248,19 @@
org.apache.maven.plugins
maven-assembly-plugin
-
src/main/assembly/assembly.xml
+