From 9aabae9116ac3932dd10675d4319dcbc66b7d57c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sat, 26 Dec 2015 10:26:24 +0100 Subject: [PATCH] #212 - Removed obsolete explicit properties for Artifactory plugin. Switched to using system properties to configure the Artifactory Maven plugin directly to avoid having to configure explicit properties. --- pom.xml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index f60693f3..3afbbe35 100644 --- a/pom.xml +++ b/pom.xml @@ -63,15 +63,6 @@ release - - - - - - - - - @@ -90,15 +81,15 @@ false - ${artifactory.server} - ${artifactory.username} - ${artifactory.password} - ${artifactory.staging-repository} - ${artifactory.staging-repository} + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.staging-repository}} + {{artifactory.staging-repository}} - ${artifactory.build-name} - ${artifactory.build-number} + {{artifactory.build-name}} + {{artifactory.build-number}}