-
Quality Risk
-
Resolution: Done
-
Trivial
-
1.1.GA
-
None
-
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
- is duplicated by
-
JBPAPP-2403 RESTEasy: Wrong Maven goal in RESTEasy examples README.TXT file
- Closed