This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 81490b9a977d15348cb915207228d3a9c8e132f0 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Wed Sep 1 17:17:59 2021 +0200 update doclet version for JDK-16 compatibility --- mvn_cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvn_cheat-sheet.md b/mvn_cheat-sheet.md index 2c95f42..de422cc 100644 --- a/mvn_cheat-sheet.md +++ b/mvn_cheat-sheet.md @@ -52,5 +52,5 @@ under the License. | mvn cobertura:cobertura | generates a cobertura maven report. See: http://mojo.codehaus.org/cobertura-maven-plugin/usage.html | | mvn javadoc:javadoc | creates javadocs; if graphviz binaries (www.graphviz.org) are found on $PATH, the javadocs will display | | | some UML class/package level diagrams | -| mvn javadoc:javadoc -Djdk.javadoc.doclet.version=2.0.12 | same as above, but with JDK >= 9 | +| mvn javadoc:javadoc -Djdk.javadoc.doclet.version=2.0.14 | same as above, but with JDK >= 9 | | mvn sonar:sonar | generates a Sonar report. Expects a Sonar server running at http://localhost:9000/ |
