-
Bug
-
Resolution: Done
-
Major
-
EWP 5.0.0.CR3
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Hi Laura,
I have found issue in the README.txt in the RESTEasy examples - jaxb-json. This is new issue in this release, previous releases CR1 and CR2 were ok.
There is wrong Maven goal in the README.txt:
Running the Project and Testing it Manually:
============================================
- mvn jetty6:run-exploded
Should be fixed as:
Running the Project and Testing it Manually:
============================================
- mvn jetty:run-exploded