From 8d37cdbecae73dadbefc2b8fdef58499bd0180f0 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Mon, 20 Jan 2014 13:12:25 +0100 Subject: [PATCH] created all in one jar for gui application. --- ch.psi.fda/Readme.md | 5 +++++ ch.psi.fda/pom.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 +