Skip to content

Commit

Permalink
Update doclet version for JDK >= 9
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablo-santos committed May 1, 2022
1 parent f022e41 commit 68faee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvn_cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ under the License.
| mvn apache-rat:check | creates an Apache RAT report. See: http://creadur.apache.org/rat/apache-rat-plugin/plugin-info.html |
| mvn cobertura:cobertura | generates a cobertura maven report. See: http://mojo.codehaus.org/cobertura-maven-plugin/usage.html |
| mvn javadoc:javadoc | creates javadocs adding some UML class/package level diagrams (requires JDK<= 8) |
| mvn javadoc:javadoc -Djdk.javadoc.doclet.version=2.0.15 | same as above, but with JDK >= 9 |
| mvn javadoc:javadoc -Djdk.javadoc.doclet.version=2.0.16 | same as above, but with JDK >= 9 |
| mvn sonar:sonar | generates a Sonar report. Expects a Sonar server running at http://localhost:9000/ |

0 comments on commit 68faee5

Please sign in to comment.