Trying to run the very first example in Restful
Java JAX-RS 2.0 book, but when I import that very first project into Intellij, add the RESTEasy libs, set the
Maven directory, I get the following unhelpful error stack:
[ERROR] The project com.oreilly.rest.workbook:jaxrs-2.0-workbook-ex03_1:2.0 (/Users/mike/temp/JAX-RS/ex03_1/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find com.oreilly.rest.workbook:jaxrs-2.0-workbook-pom:pom:1.0 in
http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
====
This project was imported directly so how could I get this kind of error?
It looks like it at least started to download into the repositories directory (beneath .m2), but promptly gave up.
Any suggestions would be greatly appreciated.
— mike