소스 검색

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 달 전
부모
커밋
b2c338b4ed
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      pom.xml

+ 8
- 0
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>

Loading…
취소
저장