diff --git a/README.md b/README.md index a652bded358ba20b4e1b89c71b400d9f80318170..16fcd12c6f5054b0cb3d3dafbf726bd67651ebc3 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,12 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1 git clone https://somerepo.url/vipra.git cd vipra ./build.sh - ``` \ No newline at end of file + ``` + +### Troubleshooting + +If you run into the following error while running the `build.sh` script or `maven install` directly: `Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.3` + +``` +sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure +``` \ No newline at end of file