Closed Matt-Texier closed 5 years ago
Could you please try with:
mvn -X -e -f anc/pom.xml install
then
mvn -X -e -f grpc/pom.xml install
and followed again by
mvn -X -e -f explorer/pom.xml jetty:run
Thanks a lot, all good. I close the issue.
May I suggest to update the README file and add those two commands ?
Could be obvious for more advance guy than me ... but for non java/maven expert it is not :-) !
Thanks, I updated the README.
Hi,
Could be a beginner issue as I am not familiar with Java Maven building tool ... sorry in advance if this is a trivial question.
I am trying to run your tool on a linux ubuntu server 16.05 LTS. I have installed java, Maven and jetty.
I am having the following dependency error while running the mvn command: I guess I am missing an "artifact" (as Maven call it) somewhere or a path is probably wrong somewhere ...
Could you please help me to investigate what is wrong in my setup ?
Thanks Matt.