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 2009/09/03 02:53:37 UTC

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

Author: schor
Date: Thu Sep  3 00:53:36 2009
New Revision: 810747

URL: http://svn.apache.org/viewvc?rev=810747&view=rev
Log:
no Jira - using aggregate goal instead of now deprecated javadoc goal - but still getting warning...

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?rev=810747&r1=810746&r2=810747&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Thu Sep  3 00:53:36 2009
@@ -112,9 +112,9 @@
           <execution>
             <id>javadoc</id>
             <phase>package</phase>
-                        <!--phase>deploy</phase-->   <!-- comment above and uncomment to disable javadocs, for testing/experimentation, with assembly:assembly-->
+         <!--phase>deploy</phase--> <!-- comment above and uncomment to disable javadocs, for testing/experimentation, with assembly:assembly-->
             <goals>
-              <goal>javadoc</goal>
+              <goal>aggregate</goal>
             </goals>
             <configuration>
               <quiet>true</quiet>
@@ -143,6 +143,8 @@
           </execution>
         </executions>
       </plugin>
+      
+      
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.2-beta-4</version>