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 er...@apache.org on 2010/10/14 16:53:46 UTC

svn commit: r1022561 - /james/server/trunk/mailets/pom.xml

Author: eric
Date: Thu Oct 14 14:53:46 2010
New Revision: 1022561

URL: http://svn.apache.org/viewvc?rev=1022561&view=rev
Log:
Add mailetdoc plugin in pom to use it via mvn mailetdocs:mailetdocs - does not generate site for now (MAILETDOCS-1)

Modified:
    james/server/trunk/mailets/pom.xml

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1022561&r1=1022560&r2=1022561&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Thu Oct 14 14:53:46 2010
@@ -29,8 +29,28 @@
   <name>Apache James Server Mailets</name>
   <packaging>jar</packaging>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.james</groupId>
+          <artifactId>maven-mailetdocs-plugin</artifactId>
+          <version>0.1</version>
+          <configuration>
+            <outputDirectory>target/mailtedocs</outputDirectory>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-mailetdocs-plugin</artifactId>
+        <version>0.1</version>
+        <configuration>
+            <outputDirectory>target/mailtedocs</outputDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
          <configuration>       
            <archive>
@@ -116,18 +136,22 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james.protocols</groupId>
       <artifactId>protocols-smtp</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet-base</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-standard-mailets</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>
@@ -186,4 +210,16 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+<reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-mailetdocs-plugin</artifactId>
+        <version>0.1</version>
+        <configuration>
+            <outputDirectory>target/mailtedocs</outputDirectory>
+        </configuration>
+      </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