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 ba...@apache.org on 2009/10/12 13:59:31 UTC

svn commit: r824309 - in /james/jdkim/trunk: mailets/pom.xml main/pom.xml pom.xml src/site/site.xml

Author: bago
Date: Mon Oct 12 11:59:31 2009
New Revision: 824309

URL: http://svn.apache.org/viewvc?rev=824309&view=rev
Log:
Added DOAP generation (also for the generated site) and renamed modules/artifactNames to better support assemble module (JDKIM-11, JDKIM-12)

Modified:
    james/jdkim/trunk/mailets/pom.xml
    james/jdkim/trunk/main/pom.xml
    james/jdkim/trunk/pom.xml
    james/jdkim/trunk/src/site/site.xml

Modified: james/jdkim/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/mailets/pom.xml?rev=824309&r1=824308&r2=824309&view=diff
==============================================================================
--- james/jdkim/trunk/mailets/pom.xml (original)
+++ james/jdkim/trunk/mailets/pom.xml Mon Oct 12 11:59:31 2009
@@ -22,12 +22,12 @@
     
     <dependency>
       <groupId>org.apache.james.jdkim</groupId>
-      <artifactId>apache-jdkim</artifactId>
+      <artifactId>apache-jdkim-library</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james.jdkim</groupId>
-      <artifactId>apache-jdkim</artifactId>
+      <artifactId>apache-jdkim-library</artifactId>
       <version>0.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: james/jdkim/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/pom.xml?rev=824309&r1=824308&r2=824309&view=diff
==============================================================================
--- james/jdkim/trunk/main/pom.xml (original)
+++ james/jdkim/trunk/main/pom.xml Mon Oct 12 11:59:31 2009
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james.jdkim</groupId>
-  <artifactId>apache-jdkim</artifactId>
+  <artifactId>apache-jdkim-library</artifactId>
   <name>Apache JAMES jDKIM</name>
   <version>0.1-SNAPSHOT</version>
   <packaging>jar</packaging>

Modified: james/jdkim/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=824309&r1=824308&r2=824309&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Mon Oct 12 11:59:31 2009
@@ -38,7 +38,8 @@
   <modules>
     <module>stage</module>
     <module>main</module>
-    <module>mailets</module>
+    <module>mailets</module>
+    <module>assemble</module>
   </modules>
 
   <distributionManagement>
@@ -81,7 +82,56 @@
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>emma-maven-plugin</artifactId>
+        <version>1.0-alpha-2</version>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId> 
+        <artifactId>surefire-report-maven-plugin</artifactId> 
+        <inherited>true</inherited>
+      </plugin>
     </plugins>
   </reporting>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+         </doapOptions>
+         <asfExtOptions>
+           <included>true</included>
+           <name>Apache JAMES</name>
+           <pmc>http://james.apache.org</pmc>
+           <chair>Norman Maurer</chair>
+           <charter>Apache JAMES is dedicated to email related code in Java</charter>
+           <standards>
+	         <standard>
+	           <title>DomainKeys Identified Mail (DKIM) Signatures</title>
+	           <url>http://www.ietf.org/rfc/rfc4871.txt</url>
+	           <id>RFC 4871</id>
+	           <body>IETF</body>
+	         </standard>
+	       </standards>
+         </asfExtOptions>
+        </configuration>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
   
 </project>
\ No newline at end of file

Modified: james/jdkim/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/site.xml?rev=824309&r1=824308&r2=824309&view=diff
==============================================================================
--- james/jdkim/trunk/src/site/site.xml (original)
+++ james/jdkim/trunk/src/site/site.xml Mon Oct 12 11:59:31 2009
@@ -29,6 +29,10 @@
     <href>http://www.apache.org/index.html</href>
   </bannerRight> 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap_maven-doap-plugin.rdf" type="application/rdf+xml"/>
+    </head>
+    
     <menu name="jdkim">
       <item name="Overview" href="/index.html"/>
     </menu>



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