-
Bug
-
Resolution: Done
-
Critical
-
EAP 5.0.0.CR4 (FCS and BETA2)
-
None
There is wrong Maven goal in the README.TXT files in the RESTEasy examples (examples jaxb-json and spring-hibernate). Could be confusing for unexperienced users.
Current README.TXT file contains:
mvn jetty6:run-exploded
this goal leads to the exception => The plugin 'org.apache.maven.plugins:maven-jetty6-plugin' does not exist or no valid version could be found
should be:
mvn jetty:run-exploded
- duplicates
-
RESTEASY-287 Wrong Maven goal in RESTEasy examples README.TXT file
-
- Closed
-
- is incorporated by
-
JBPAPP-2508 Upgrade RESTEasy to 1.1.GA_CP01
-
- Resolved
-