We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea5ef4 commit fb5087aCopy full SHA for fb5087a
parent/pom.xml
@@ -80,6 +80,7 @@
80
81
<properties>
82
83
+ <bundlor.enabled>true</bundlor.enabled>
84
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
85
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
86
<project.type>single</project.type>
@@ -679,6 +680,7 @@
679
680
<artifactId>com.springsource.bundlor.maven</artifactId>
681
<version>1.0.0.RELEASE</version>
682
<configuration>
683
+ <enabled>${bundlor.enabled}</enabled>
684
<failOnWarnings>${bundlor.failOnWarnings}</failOnWarnings>
685
</configuration>
686
<executions>
0 commit comments