Skip to content

Commit 19960df

Browse files
committed
Documentation: explain how to update maven checksums
1 parent 52dca17 commit 19960df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ The API doc is generated via slate and hosted on github pages. To make a change
8383
5. Push your commit to remote.
8484
6. Run `./deploy.sh`
8585
7. Wait a few minutes and the doc should be updated at [https://acinq.github.io/eclair](https://acinq.github.io/eclair)
86+
87+
## Updating Eclair dependencies checksums
88+
89+
Eclair dependencies (including maven plugins and their dependencies) are verified against a list of trusted checksums.
90+
To upgrade a dependency or add a new one you must update this list by running maven with the following option: `-Daether.artifactResolver.postProcessor.trustedChecksums.record`.
91+
To make local development and testing easier, SNAPSHOT dependencies are not verified.

0 commit comments

Comments
 (0)