1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00

BUILD: document mvn clean command (#1413)

This commit is contained in:
Aleksandr Levchuk 2020-05-07 07:40:00 -07:00 committed by GitHub
parent 3f127fbf06
commit 430f04a275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ To build the project and run the tests, simply run:
mvn package
```
NB: if the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
### Other build options