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