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 080085f8c7c3503188bb9803a1e74dd80dcd6cbe Author: juanpablo <[email protected]> AuthorDate: Sun Nov 29 22:53:23 2020 +0100 minor edit --- 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 f41eba8..2c95f42 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.8 | same as above, but with JDK >= 9 | +| mvn javadoc:javadoc -Djdk.javadoc.doclet.version=2.0.12 | same as above, but with JDK >= 9 | | mvn sonar:sonar | generates a Sonar report. Expects a Sonar server running at http://localhost:9000/ |
