You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/09 10:59:27 UTC

svn commit: r1430754 - /commons/proper/commons-parent/trunk/pom.xml

Author: olamy
Date: Wed Jan  9 09:59:27 2013
New Revision: 1430754

URL: http://svn.apache.org/viewvc?rev=1430754&view=rev
Log:
add notimestamp true for javadoc to avoid too much commit noise when publishing site

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1430754&r1=1430753&r2=1430754&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Jan  9 09:59:27 2013
@@ -259,6 +259,7 @@ http://svn.apache.org/repos/asf/commons/
             <quiet>true</quiet>
             <encoding>${commons.encoding}</encoding>
             <docEncoding>${commons.docEncoding}</docEncoding>
+            <notimestamp>true</notimestamp>
             <links>
               <link>${commons.javadoc.java.link}</link>
               <link>${commons.javadoc.javaee.link}</link>
@@ -534,6 +535,7 @@ http://svn.apache.org/repos/asf/commons/
           <source>${maven.compile.source}</source>
           <encoding>${commons.encoding}</encoding>
           <docencoding>${commons.docEncoding}</docencoding>
+          <notimestamp>true</notimestamp>
           <linksource>true</linksource>
           <!-- prevent svnpub to be too much noisy -->
           <notimestamp>true</notimestamp>