This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/creadur-site.git
commit 9cb7efb2ab101d49acbe84057b0f9e559a08e0db Author: Hugo Hirsch <[email protected]> AuthorDate: Mon Jan 8 23:44:01 2024 +0100 RAT-341: Add note about workaround to generate site build --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dea29f2f..7786dcd0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ $ git commit -am "Update site build for TENTACLES" Due to problems when generating Javadoc do only use JDK16! Newer versions run into NPE during path traversal. +It may happen that you need access to the original release candidate JARs in order to have all of the necessary test JARs to perform a site build, +see [RAT-341](https://issues.apache.org/jira/browse/RAT-341) for details. As a workaround copy these files into your local .m2 repository and run a site build: +``` +$ mvn site:site site:stage +``` + ``` $ cd creadur-rat $ git checkout apache-rat-project-0.16
