From 4cfb62a4135f1b7d42b615ad237e5cd95895e0d7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 15 May 2012 13:43:59 +0200 Subject: [PATCH] DATAMONGO-451 - Tweaked pom.xml to allow build run without Bundlor. Expose the failOnWarnings property to be able to override it through a command line argument. Necessary as the Sonar build uses Clover which instruments source code and thus creates type dependencies, Bundlor complains about not being declared in template.mf. --- spring-data-mongodb-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-data-mongodb-parent/pom.xml b/spring-data-mongodb-parent/pom.xml index 0ac5e59f5..1ee1d27a6 100644 --- a/spring-data-mongodb-parent/pom.xml +++ b/spring-data-mongodb-parent/pom.xml @@ -20,6 +20,7 @@ [${org.springframework.version.30}, ${org.springframework.version.40}) 1.3.0.RC2 1.6.11.RELEASE + true @@ -225,7 +226,7 @@ com.springsource.bundlor.maven 1.0.0.RELEASE - true + ${bundlor.failOnWarnings}