diff --git a/ch.psi.fda.fdaq/Readme.md b/ch.psi.fda.fdaq/Readme.md index f58b789..7fc5d4b 100644 --- a/ch.psi.fda.fdaq/Readme.md +++ b/ch.psi.fda.fdaq/Readme.md @@ -29,4 +29,6 @@ This will take the default connections settings: # Development -A standalone jar can be build via `mvn clean compile assembly:single`. \ No newline at end of file +A standalone jar can be build via `mvn clean compile assembly:single`. + +To upload the latest version to the artifact repository use ` mvn clean compile deploy`. \ No newline at end of file diff --git a/ch.psi.fda.fdaq/pom.xml b/ch.psi.fda.fdaq/pom.xml index 571393d..8443e19 100644 --- a/ch.psi.fda.fdaq/pom.xml +++ b/ch.psi.fda.fdaq/pom.xml @@ -43,4 +43,17 @@ + + + + i.snapshots + Artifactory Snapshots + http://yoke/artifactory/libs-snapshots-local + + + i.releases + Atrifactory Releases + http://yoke/artifactory/libs-releases-local + + \ No newline at end of file