From 101ed7e41ab9f719677ba55a64897f078620e96e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 22 Dec 2015 11:20:42 +0100 Subject: [PATCH] #212 - Added Artifactory plugin in release profile. --- pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/pom.xml b/pom.xml index 88573c34..f60693f3 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,56 @@ + + + release + + + + + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 2.4.0 + false + + + build-info + + publish + + + + false + + + ${artifactory.server} + ${artifactory.username} + ${artifactory.password} + ${artifactory.staging-repository} + ${artifactory.staging-repository} + + + ${artifactory.build-name} + ${artifactory.build-number} + + + + + + + + + + https://github.com/SpringSource/spring-data-build scm:git:git://github.com/SpringSource/spring-data-build.git