For off-line browsing, you can also download a bundle with all the examples from here. "
I downloaded the bundle with a view to master JAX-RS technology in the next few days.
I opened to the Helloworld example in eclipse IDE .
Version: 2020-12 (4.18.0)
Build id: 20201210-1552
The <parent> TAG of /jersey/examples/helloworld/pom.xml is lit up in RED.
when I follow the README.MD instruction to compile and run
mvn clean compile exec:java
I get the following error appears suggesting
I should have a file called etc/config/checkstyle-suppressions.xml.
There is nothing in the documentation about this file.
Moreover, this is obstructing my progress and will probably obstruct any one else.
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.771 s
[INFO] Finished at: 2021-03-24T16:50:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (verify) on project helloworld: Failed during checkstyle execution: Unable to find suppressions file at location: etc/config/checkstyle-suppressions.xml: Could not find resource 'etc/config/checkstyle-suppressions.xml'. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException