[maven2-core] 03/04: Set the locale and disable the timestamps when generating the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 3 17:12:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven2-core.

commit 8c370b73b5d9892c4127ea2f22c5665ab5142b8a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Nov 3 12:56:46 2015 +0100

    Set the locale and disable the timestamps when generating the javadoc
---
 debian/build.xml | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/build.xml b/debian/build.xml
index 2be4780..48f947f 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -116,7 +116,7 @@
     </target>
 
     <target name="javadoc">
-        <javadoc destdir="${javadoc.dir}">
+        <javadoc destdir="${javadoc.dir}" locale="en" additionalparam="-notimestamp">
             <packageset dir="maven-artifact/src/main/java/"/>
             <packageset dir="maven-repository-metadata/src/main/java/"/>
             <packageset dir="maven-artifact-manager/src/main/java/"/>
diff --git a/debian/changelog b/debian/changelog
index 4e9bd56..7ef5fe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ maven2-core (2.2.1-23) UNRELEASED; urgency=medium
   * Team upload.
   * Updated maven-assembly-plugin version from 2.2-beta-5 to 2.4.1
   * Updated maven-javadoc-plugin version from 2.9.1 to 2.10.3
+  * Improved the reproducibility: Set the locale and disable the timestamps
+    when generating the javadoc.
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 03 Nov 2015 11:47:00 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2-core.git



More information about the pkg-java-commits mailing list