From f4c3c786b703e74ee69b7a3353b79b575ca9e655 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 11 May 2012 22:00:46 +0200 Subject: [PATCH] Expose Bundlor's failOnWarnings to allow disabling for Sonar build. --- spring-data-commons-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 18610c912..2c9320bb6 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -17,6 +17,7 @@ 4.0.0.RELEASE [${org.springframework.version.30}, ${org.springframework.version.40}) 1.2.1 + true @@ -103,7 +104,7 @@ com.springsource.bundlor.maven 1.0.0.RELEASE - true + ${bundlor.failOnWarnings}