jersey--examples--rx-client-java8-webapp
jersey--examples--rx-client-java8-webapp copied to clipboard
Build error
I get this build error. Let me know if I can provide any more info or if this is something trivial.
Thanks Robert
MacBook-Pro-4:jersey--examples--rx-client-java8-webapp rboxall$ git pull
Already up-to-date.
MacBook-Pro-4:jersey--examples--rx-client-java8-webapp rboxall$ mvn clean package jetty:run
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.glassfish.jersey.examples:rx-client-java8-webapp:unknown-version has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.glassfish.jersey.examples:webapp-example-parent:pom:2.16-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 46, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
I converted it over to gradle and almost have it working but for a code error that eclipse is reporting. Then when upgrading to latest RC from Netflix it seems you have a lot more errors.