We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7417d commit 459edddCopy full SHA for 459eddd
pom.xml
@@ -18,6 +18,7 @@
18
<stagingUrl>${stagingBaseUrl}service/local/staging/deploy/maven2/</stagingUrl>
19
<snapshotUrl>${stagingBaseUrl}content/repositories/snapshots</snapshotUrl>
20
<stagingId>ossrh</stagingId>
21
+ <bt.fail.enforcer>true</bt.fail.enforcer>
22
</properties>
23
24
<!--
@@ -197,8 +198,9 @@
197
198
<requirePropertyDiverges>
199
<property>project.description</property>
200
</requirePropertyDiverges>
201
+ <dependencyConvergence/>
202
</rules>
- <fail>true</fail>
203
+ <fail>${bt.fail.enforcer}</fail>
204
</configuration>
205
</execution>
206
</executions>
0 commit comments