Skip to content

Commit 88e1a22

Browse files
committed
DRYD-2123: added maven.config with --strict-checksums
1 parent 05afaaf commit 88e1a22

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ bin
2424
*.diff
2525
logged_schemas
2626
logs
27-
.mvn
27+
.mvn/*
28+
!.mvn/maven.config

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--strict-checksums

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 9.0.0
44
* Add home location to collectionobject schema and advanced search
5+
* Enable strict checksum verification so that builds fail on corrupted Maven artifact downloads
56

67
## 8.3.0
78

0 commit comments

Comments
 (0)