You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/15 22:37:32 UTC

svn commit: r1422365 - /maven/pom/trunk/maven/pom.xml

Author: olamy
Date: Sat Dec 15 21:37:31 2012
New Revision: 1422365

URL: http://svn.apache.org/viewvc?rev=1422365&view=rev
Log:
no need of timestamp for javadoc

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1422365&r1=1422364&r2=1422365&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Dec 15 21:37:31 2012
@@ -978,6 +978,7 @@ under the License.
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.9</version>
             <configuration>
+              <notimestamp>true</notimestamp>
               <links>
                 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
                 <link>http://junit.sourceforge.net/javadoc/</link>