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 2008/08/23 15:36:53 UTC

svn commit: r688318 - /james/mailet/standard/trunk/pom.xml

Author: rdonkin
Date: Sat Aug 23 06:36:53 2008
New Revision: 688318

URL: http://svn.apache.org/viewvc?rev=688318&view=rev
Log:
Add DOAP

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

Modified: james/mailet/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=688318&r1=688317&r2=688318&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Sat Aug 23 06:36:53 2008
@@ -34,7 +34,8 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Standard Mailets
+    Apache JAMES Standard Mailets is a rich collection of general purpose mailets
+    with limited dependencies. These mailets can be used in any mailet container.
   </description>
   <parent>
     <groupId>org.apache.james</groupId>
@@ -189,6 +190,33 @@
             </configuration>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+           <category>mail</category>
+           <download-page>http://james.apache.org/download.cgi</download-page>
+         </doapOptions>
+
+         <asfExtOptions>
+           <included>true</included>
+           <pmc>http://james.apache.org</pmc>
+           <name>Apache JAMES</name>
+         </asfExtOptions>
+
+        </configuration>
       </plugin>
     </plugins>
   </build>



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