Skip to content

Commit

Permalink
Merge pull request #322 from Hypersonic/fix-dates-in-javadoc
Browse files Browse the repository at this point in the history
Disable "Created At" dates in javadocs.
  • Loading branch information
gnodet committed Nov 6, 2018
2 parents 8cedbef + 514f759 commit 09a0f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
<version>3.0.0</version>
<configuration>
<additionalparam>-Xdoclint:none </additionalparam>
<additionalparam>-notimestamp </additionalparam>
<additionalOptions>${javadocOptions}</additionalOptions>
<failOnError>false</failOnError>
</configuration>
Expand Down

0 comments on commit 09a0f04

Please sign in to comment.