From e60b5d54a032cf327152c521db5e2fde3358535d Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 20 Dec 2013 14:52:58 +0100 Subject: [PATCH] Updated development documentation --- ch.psi.fda.core/Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ch.psi.fda.core/Readme.md b/ch.psi.fda.core/Readme.md index d56081a..f8ff92a 100644 --- a/ch.psi.fda.core/Readme.md +++ b/ch.psi.fda.core/Readme.md @@ -1,2 +1,7 @@ # Overview -Core package of FDA which includes the basic libraries for streaming and serialization. \ No newline at end of file +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`. \ No newline at end of file