[maven-ant-helper] 02/03: Improved the reproducibility of the Javadoc
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 9 13:55:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-ant-helper.
commit 949f43c691c214f69cf2b9a474cf7911491fa9e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Sep 9 15:43:54 2015 +0200
Improved the reproducibility of the Javadoc
---
debian/changelog | 2 ++
maven-build.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7fb706d..394f330 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
maven-ant-helper (7.11) UNRELEASED; urgency=medium
* Team upload.
+ * Improved the reproducibility of the Javadoc: removed the timestamps
+ and use an english locale.
* Standards-Version updated to 3.9.6 (no changes)
* Moved the package to Git
diff --git a/maven-build.xml b/maven-build.xml
index 3835190..0dd2484 100644
--- a/maven-build.xml
+++ b/maven-build.xml
@@ -455,6 +455,8 @@
version="true"
windowtitle="${package} API"
doctitle="${package} - ${version}"
+ locale="en"
+ additionalparam="-notimestamp"
classpath="${classpath.full.compile}" >
<packageset dir="${build.sourceDirectory}" defaultexcludes="yes">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ant-helper.git
More information about the pkg-java-commits
mailing list