From 9de1bf81f3732f2652ad3c21adbabe9976ea47b3 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 20 Dec 2013 14:53:51 +0100 Subject: [PATCH] Updated readme on how to upload artifact to repository --- ch.psi.fda.cdump/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch.psi.fda.cdump/Readme.md b/ch.psi.fda.cdump/Readme.md index 8d80de0..5772ca8 100644 --- a/ch.psi.fda.cdump/Readme.md +++ b/ch.psi.fda.cdump/Readme.md @@ -158,3 +158,5 @@ addADC8401RTipac(2, 6, 0xc2, 0, 0, 13, 65536) # Development To build and package the cdump code use `mvn clean compile assembly:assembly` . This will generate a all in one zip file in the `/target` directory. + +To upload the latest version to the artifact repository use ` mvn clean compile deploy`.