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 2010/06/16 03:49:29 UTC

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

Author: schor
Date: Wed Jun 16 01:49:29 2010
New Revision: 955110

URL: http://svn.apache.org/viewvc?rev=955110&view=rev
Log:
[UIMA-1778] reduce javadoc output, move known tag list to parent-pom-top, change id 

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

Modified: uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=955110&r1=955109&r2=955110&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-distr/pom.xml Wed Jun 16 01:49:29 2010
@@ -149,14 +149,13 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <executions>
           <execution>
-            <id>javadoc</id>
+            <id>javadoc-distr</id>
             <phase>package</phase>
             <!--phase>deploy</phase--> <!-- comment above and uncomment to disable javadocs, for testing/experimentation, with assembly:assembly-->
             <goals>
               <goal>javadoc</goal>
             </goals>
             <configuration>
-              <quiet>true</quiet>
               <groups>
                 <group>
                   <title>Packages</title>
@@ -178,21 +177,6 @@
               </additionalparam>
               <doctitle>Apache UIMA Java SDK ${project.version} User-Level API Documentation</doctitle>
               <windowtitle>Apache UIMA Java SDK ${project.version} User-Level API Documentation</windowtitle>
-              <!-- putting the tags for JCasGen here avoids lots of warnings -->
-              <tags>
-                <tag>
-                  <name>generated</name>
-                  <placement>X</placement>
-                </tag>
-                <tag>
-                  <name>ordered</name>
-                  <placement>X</placement>
-                </tag>
-                <tag>
-                  <name>modifiable</name>
-                  <placement>X</placement>
-                </tag>
-              </tags>
             </configuration>
           </execution>
         </executions>