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 2007/05/08 18:56:06 UTC

svn commit: r536252 - /incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Tue May  8 09:56:05 2007
New Revision: 536252

URL: http://svn.apache.org/viewvc?view=rev&rev=536252
Log:
No Jira: fix run of ant docbook by adding inheritAll="false" - the ant docbook run was
inheriting values from the maven surround, making some parts of it not work correctly.

Also, add the <quiet>true</quiet> option to the java doc step to eliminate informational
only messages - allowing the Assemble operation messages to be scannable by a human :-)

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?view=diff&rev=536252&r1=536251&r2=536252
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Tue May  8 09:56:05 2007
@@ -139,7 +139,7 @@
 							<goal>javadoc</goal>
 						</goals>
 						<configuration>
-							<aggregate>false</aggregate>
+              <quiet>true</quiet>
 							<source>1.4</source>
 							<groups>
 								<group>
@@ -174,7 +174,7 @@
             <configuration>
               <tasks>
                 <!-- Build documentation -->
-                <ant dir="../uima-docbooks"/>                
+                <ant dir="../uima-docbooks" inheritAll="false"/>                
               </tasks>
             </configuration>
             <goals>