Update readme

This commit is contained in:
2013-12-17 14:56:59 +01:00
parent e625185b6d
commit d84ce43676

View File

@@ -1,11 +1,7 @@
# Development
# Overview
This package holds the core functionality of FDA.
## Build
To build project use `mvn clean install`.
To upload the latest version to the central artifact repository use `mvn clean deploy`.
## Usage
# Usage
To use the FDA libary in an other project use:
@@ -16,3 +12,12 @@ To use the FDA libary in an other project use:
<version>x.x.x</version>
</dependency>
```
# Development
When checking out the project from the repository there is the `target/generated-sources/xjc` folder missing.
After checking out the project execute `mvn compile` to create the folder and the required classes.
To build project use `mvn clean install`.
To upload the latest version to the central artifact repository use `mvn clean deploy`.