aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6b01c7f51..8855eee7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>