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 2012/12/16 00:36:55 UTC

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

Author: olamy
Date: Sat Dec 15 23:36:54 2012
New Revision: 1422418

URL: http://svn.apache.org/viewvc?rev=1422418&view=rev
Log:
notimestamp true for javadoc to prevent svnpub to be too much noisy

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=1422418&r1=1422417&r2=1422418&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Dec 15 23:36:54 2012
@@ -535,6 +535,8 @@ http://svn.apache.org/repos/asf/commons/
           <encoding>${commons.encoding}</encoding>
           <docencoding>${commons.docEncoding}</docencoding>
           <linksource>true</linksource>
+          <!-- prevent svnpub to be too much noisy -->
+          <notimestamp>true</notimestamp>
           <links>
             <link>${commons.javadoc.java.link}</link>
             <link>${commons.javadoc.javaee.link}</link>