You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/22 23:00:40 UTC

svn commit: r379936 - in /directory/trunks/mina: pom.xml site.readme.txt

Author: ersiner
Date: Wed Feb 22 14:00:39 2006
New Revision: 379936

URL: http://svn.apache.org/viewcvs?rev=379936&view=rev
Log:
Adding site readme.

Added:
    directory/trunks/mina/site.readme.txt
      - copied unchanged from r379935, directory/trunks/apacheds/site.readme.txt
Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=379936&r1=379935&r2=379936&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Wed Feb 22 14:00:39 2006
@@ -241,37 +241,37 @@
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
+  <!-- <reporting>
+    <plugins> -->
       <!-- This has been disabled to due license expiration issue. -->
       <!-- <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clover-plugin</artifactId>
       </plugin> -->
-      <plugin>
+      <!-- <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
+      </plugin> -->
       <!-- This is no longer needed while it cannot do 
            fully connected multi module apidocs. -->
       <!-- <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
       </plugin> -->
-      <plugin>
+      <!-- <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-      </plugin>
+      </plugin> -->
       <!-- This has been disabled due to incorrect functioning. -->
       <!-- <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jxr-maven-plugin</artifactId>
       </plugin> -->
-      <plugin>
+      <!-- <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>surefire-report-maven-plugin</artifactId>
       </plugin>
     </plugins>
-  </reporting>
+  </reporting> -->
 
 </project>