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`.