From c7b9eeca4cc8074af81d89f5fca45a2392cf2960 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 30 May 2019 09:36:39 -0500 Subject: [PATCH] DATAKV-264 - Add snapshot profile. --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index 7483aed..f8c554f 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,46 @@ + + snapshot + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 2.6.1 + false + + + build-info + + publish + + + + {{BUILD_URL}} + + + spring-data-keyvalue + spring-data-keyvalue + false + *:*:*:*@zip + + + https://repo.spring.io + {{USERNAME}} + {{PASSWORD}} + libs-snapshot-local + libs-snapshot-local + + + + + + + + release