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:23:06 UTC

svn commit: r688312 - /james/mailet/crypto/trunk/pom.xml

Author: rdonkin
Date: Sat Aug 23 06:23:05 2008
New Revision: 688312

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

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

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=688312&r1=688311&r2=688312&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Sat Aug 23 06:23:05 2008
@@ -30,11 +30,12 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>crypto-mailets</artifactId>
-  <name>Apache JAMES Cryptographic Mailets</name>
+  <name>Apache JAMES Crypto Mailets</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Cryptographic Mailets
+    Apache JAMES Cryptographic Mailets is a collection of mailets which use cryptography.
+    This includes matching signatures, decrypting, encrypting and signing.
   </description>
   <parent>
     <groupId>org.apache.james</groupId>
@@ -159,6 +160,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