You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by ba...@apache.org on 2007/05/09 01:04:20 UTC

svn commit: r536370 - /james/mailet/trunk/pom.xml

Author: bago
Date: Tue May  8 16:04:20 2007
New Revision: 536370

URL: http://svn.apache.org/viewvc?view=rev&rev=536370
Log:
Removed apidocs/xrefs generation by mistakes

Modified:
    james/mailet/trunk/pom.xml

Modified: james/mailet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/pom.xml?view=diff&rev=536370&r1=536369&r2=536370
==============================================================================
--- james/mailet/trunk/pom.xml (original)
+++ james/mailet/trunk/pom.xml Tue May  8 16:04:20 2007
@@ -118,4 +118,16 @@
     </mailingList>
   </mailingLists>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
 </project>