Skip to content

Commit fb5087a

Browse files
committed
#39 - Added property bundlor.enabled to allow disabling bundlor.
1 parent fea5ef4 commit fb5087a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parent/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080

8181
<properties>
8282

83+
<bundlor.enabled>true</bundlor.enabled>
8384
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
8485
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8586
<project.type>single</project.type>
@@ -679,6 +680,7 @@
679680
<artifactId>com.springsource.bundlor.maven</artifactId>
680681
<version>1.0.0.RELEASE</version>
681682
<configuration>
683+
<enabled>${bundlor.enabled}</enabled>
682684
<failOnWarnings>${bundlor.failOnWarnings}</failOnWarnings>
683685
</configuration>
684686
<executions>

0 commit comments

Comments
 (0)