From 6b0749d2afb89bd6aeffaf18df39894a866e7a29 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 26 Jan 2016 11:36:27 +0000 Subject: [PATCH] pom.xml: Remove release profile property activation Profile should be activated from the maven command line, e.g.: mvn -P release clean deploy Signed-off-by: Paul Campbell --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 076b478..2e17b3a 100644 --- a/pom.xml +++ b/pom.xml @@ -53,12 +53,6 @@ release - - - performRelease - true - -