failOnWarnings is now 'true' for bundlor plugin

This commit is contained in:
Mark Fisher
2010-06-03 19:59:14 +00:00
parent bc8e1334f2
commit 8c33adef25

View File

@@ -151,6 +151,9 @@
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
<version>1.0.0.RELEASE</version>
<configuration>
<failOnWarnings>true</failOnWarnings>
</configuration>
<executions>
<execution>
<id>bundlor</id>