You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by ol...@apache.org on 2013/11/13 00:42:58 UTC

git commit: notimestamp true for javadoc generation

Updated Branches:
  refs/heads/master eef1ff132 -> 258e9451e


notimestamp true for javadoc generation


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/258e9451
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/258e9451
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/258e9451

Branch: refs/heads/master
Commit: 258e9451e25be7f7dc1527c90fa40e54ae23ca51
Parents: eef1ff1
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Nov 13 10:42:35 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Nov 13 10:42:40 2013 +1100

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/258e9451/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 603c42c..c2d887b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,6 +313,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9.1</version>
+        <configuration>
+          <notimestamp>true</notimestamp>
+        </configuration>
         <reportSets>
           <reportSet>
             <reports>