Browse Source

Maven Javadoc: Add options for reproducible build artifacts

and smaller diffs when committing changes to the website,avoiding
timestamps, changing current copyright years, artifact versions.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 months ago
parent
commit
b2c338b4ed
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      pom.xml

+ 8
- 0
pom.xml View File

@@ -455,6 +455,14 @@
<additionalJOption>-J-Duser.language=en</additionalJOption>
<additionalJOption>-J-Duser.country=US</additionalJOption>
</additionalJOptions>
<!--
Options for reproducible build artifacts and smaller diffs when committing changes to the website,
avoiding timestamps, changing current copyright years, artifact versions
-->
<notimestamp>true</notimestamp>
<bottom>Copyright © 1997 to present AspectJ contributors. All rights reserved.</bottom>
<doctitle>${project.name} API</doctitle>
<windowtitle>${project.name} API</windowtitle>
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save