updated readme
This commit is contained in:
@@ -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:
|
||||
|
||||
```
|
||||
<dependency>
|
||||
@@ -23,11 +23,6 @@ To use the FDA libary in an other project use:
|
||||
</dependency>
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user