From 3ad2a8c87dbf88ad3cad6bc7f2a99d1bdbf59a25 Mon Sep 17 00:00:00 2001 From: Eike Cochu <eike@cochu.com> Date: Sat, 27 Feb 2016 17:03:00 +0100 Subject: [PATCH] added troubleshooting to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a652bded..16fcd12c 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 -- GitLab