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 rd...@apache.org on 2011/05/08 18:44:09 UTC

svn commit: r1100770 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 16:44:09 2011
New Revision: 1100770

URL: http://svn.apache.org/viewvc?rev=1100770&view=rev
Log:
JAMES-1231 Added in MailetDocs. Not running correctly right now, but probably fixable.

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100770&r1=1100769&r2=1100770&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 16:44:09 2011
@@ -154,6 +154,11 @@
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>2.3.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.james</groupId>
+          <artifactId>maven-mailetdocs-plugin</artifactId>
+          <version>0.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -545,6 +550,19 @@ Site 
               </reportSets>
             </plugin>
               
+            <!--
+    
+    
+    
+             =================================
+             Mailetdocs
+             -->
+              <plugin>
+                <groupId>org.apache.james</groupId>
+                <artifactId>maven-mailetdocs-plugin</artifactId>
+                <version>0.1</version>
+              </plugin>
+              
            </reportPlugins>
         </configuration>
       </plugin>



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