You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2012/12/03 00:47:56 UTC

svn commit: r1416308 - /incubator/onami/trunk/parent/pom.xml

Author: olamy
Date: Sun Dec  2 23:47:56 2012
New Revision: 1416308

URL: http://svn.apache.org/viewvc?rev=1416308&view=rev
Log:
notimestamp for javadoc: a bit noisy when using svnpubsub


Modified:
    incubator/onami/trunk/parent/pom.xml

Modified: incubator/onami/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/parent/pom.xml?rev=1416308&r1=1416307&r2=1416308&view=diff
==============================================================================
--- incubator/onami/trunk/parent/pom.xml (original)
+++ incubator/onami/trunk/parent/pom.xml Sun Dec  2 23:47:56 2012
@@ -625,6 +625,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadoc.version}</version>
         <configuration>
+          <notimestamp>true</notimestamp>
           <bootclasspath>${sun.boot.class.path}</bootclasspath>
           <doclet>com.google.doclava.Doclava</doclet>
           <useStandardDocletOptions>false</useStandardDocletOptions>