Skip to content

Commit 454c065

Browse files
committed
- Updated pom.xml to enforce build failure on maven enforcer rule failure
- Updated LICENSE checksum to correct value
1 parent 6448350 commit 454c065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<execution>
159159
<id>enforce</id>
160160
<configuration>
161-
<fail>false</fail>
161+
<fail>true</fail>
162162
<rules>
163163
<dependencyConvergence />
164164
<requireFilesExist>
@@ -168,7 +168,7 @@
168168
</requireFilesExist>
169169
<requireFileChecksum>
170170
<file>LICENSE</file>
171-
<checksum>02a687cddc633ddf9219f231fab7ea753229293062b1e1ab2c57c8426188d6ff</checksum>
171+
<checksum>52965201dab336f278d9ca6786e36b69cd0db6fbbac88d05923004518fe4166d</checksum>
172172
<type>sha256</type>
173173
</requireFileChecksum>
174174
</rules>

0 commit comments

Comments
 (0)