-
Bug
-
Resolution: Done
-
Major
-
EAP 5.0.1.CR1
-
None
Hi,
I have tried to run some integration tests (https://resteasy.svn.sourceforge.net/svnroot/resteasy/tags/RESTEASY_JAXRS_1_1_GA_CP02/jboss-integration-testing) and I have discovered that RESTEasy (version which is included in EAP) is not available in the public Maven repositories.
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.jboss.resteasy:resteasy-jaxrs-all
I had to compile whole RESTEasy locally and I had to install it to my local Maven repository. After this action integration tests work fine.
I thing that this version should be available in public Maven repositories, I guess I will hit this issue with examples (which I do not have yet).
Thank you.