Ver código fonte

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 3 meses atrás
pai
commit
b2c338b4ed
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      pom.xml

+ 8
- 0
pom.xml Ver arquivo

@@ -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>

Carregando…
Cancelar
Salvar