-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EWP 5.0.0.CR3
-
Fix Version/s: EWP 5.0.1
-
Component/s: Documentation
-
Labels:None
-
Affects: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