From f8ee1bd666868a3572926d351364c250050f19fa Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Mon, 20 Jan 2014 13:30:45 +0100 Subject: [PATCH] updated readme --- ch.psi.fda/Readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ch.psi.fda/Readme.md b/ch.psi.fda/Readme.md index 487ac48..b1bf52d 100644 --- a/ch.psi.fda/Readme.md +++ b/ch.psi.fda/Readme.md @@ -13,7 +13,7 @@ To build project use `mvn clean install`. To upload the latest version to the central artifact repository use `mvn clean deploy`. Create Zip file via `mvn clean compile assembly:assembly` -To use the FDA libary in an other project use: +To use the FDA libary in an other project (like the GUI project) use: ``` @@ -23,11 +23,6 @@ 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.