From f9c06d876983cb9524a33abad2a7dc94d727cf2b Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 20 Dec 2013 15:09:05 +0100 Subject: [PATCH] updated readme and deployment config --- ch.psi.fda.fdaq/Readme.md | 4 +++- ch.psi.fda.fdaq/pom.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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