Updated development documentation

This commit is contained in:
2013-12-20 14:52:58 +01:00
parent 2236433cf6
commit e60b5d54a0

View File

@@ -1,2 +1,7 @@
# Overview
Core package of FDA which includes the basic libraries for streaming and serialization.
Core package of FDA which includes the basic libraries for streaming and serialization.
# Development
To create the project jar use `mvn clean install`.
To upload the latest project jar to the central artifact repository (so that it can be used with other projects) use `mvn clean compile deploy`.