]> source.dussan.org Git - aspectj.git/commitdiff
Maven Javadoc: Add options for reproducible build artifacts
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 17 Feb 2024 04:33:23 +0000 (11:33 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 17 Feb 2024 04:33:23 +0000 (11:33 +0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6b01c7f51017ff38ebe11afa62e980101311861e..8855eee7a04e414ee5ae2f995c26c844e810211b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <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>