#39 - Added property bundlor.enabled to allow disabling bundlor.

This commit is contained in:
Oliver Gierke
2014-01-19 15:02:22 +01:00
parent fea5ef426c
commit fb5087aa64

View File

@@ -80,6 +80,7 @@
<properties>
<bundlor.enabled>true</bundlor.enabled>
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.type>single</project.type>
@@ -679,6 +680,7 @@
<artifactId>com.springsource.bundlor.maven</artifactId>
<version>1.0.0.RELEASE</version>
<configuration>
<enabled>${bundlor.enabled}</enabled>
<failOnWarnings>${bundlor.failOnWarnings}</failOnWarnings>
</configuration>
<executions>