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

svn commit: r536371 - /james/mime4j/trunk/pom.xml

Author: bago
Date: Tue May  8 16:04:28 2007
New Revision: 536371

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

Modified:
    james/mime4j/trunk/pom.xml

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



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r536371 - /james/mime4j/trunk/pom.xml

Posted by Danny Angus <da...@apache.org>.
Nice one.

:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org