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:11:47 UTC

svn commit: r688307 - /james/mailet/base/trunk/pom.xml

Author: rdonkin
Date: Sat Aug 23 06:11:47 2008
New Revision: 688307

URL: http://svn.apache.org/viewvc?rev=688307&view=rev
Log:
Added DOAP to website build

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

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=688307&r1=688306&r2=688307&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Sat Aug 23 06:11:47 2008
@@ -34,7 +34,9 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Basic Mailet Toolkit
+    Apache JAMES Basic Mailet Toolkit is a collection of utilities and lightweight framework
+    aimed at developers and testers of mailets. This toolkit is extensively used elsewhere in
+    JAMES.
   </description>
   <parent>
     <groupId>org.apache.james</groupId>
@@ -160,6 +162,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