You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/03/20 15:24:21 UTC

svn commit: r1458850 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Wed Mar 20 14:24:20 2013
New Revision: 1458850

URL: http://svn.apache.org/r1458850
Log:
[UIMA-2763]

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1458850&r1=1458849&r2=1458850&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Mar 20 14:24:20 2013
@@ -23,7 +23,7 @@
   This is the common UIMA parent pom.
   It contains the project-wide defaults:
   
-    Parent is the official common Apache POM
+    The parent of this POM is the official common Apache POM
     
     Defines repositories for
       Snapshots - at Apache - used during development, and for docbook olinks 
@@ -402,6 +402,7 @@ Copyright (c) 2003, 2006 IBM Corporation
           <artifactId>maven-javadoc-plugin</artifactId>
           <configuration>
             <source>5</source> <!-- needed to do Enums -->
+            <notimestamp>true</notimestamp>
             <encoding>UTF-8</encoding>
             <!-- if next is omitted, causes all projects in reactor that don't
                      already have full javadocs built, to have them built -->