- fix site deploy url paths for submodules. 
- readd reports for the site generation
- remove doap and add emma plugin

git-svn-id: https://svn.apache.org/repos/asf/james/jdkim/trunk@1152453 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mailets/pom.xml b/mailets/pom.xml
index 0e8d3c8..a5c69b4 100644
--- a/mailets/pom.xml
+++ b/mailets/pom.xml
@@ -30,6 +30,13 @@
     <url>http://james.apache.org/jdkim/mailets/</url>
     <description>Mailets integrating DKIM functions</description>
 
+    <distributionManagement>
+        <site>
+            <id>jdkim-website-mailets</id>
+            <url>scp://people.apache.org/www/james.apache.org/jdkim/mailets/</url>
+        </site>
+    </distributionManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.james</groupId>
diff --git a/main/pom.xml b/main/pom.xml
index c98e821..0910479 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -34,8 +34,8 @@
 
     <distributionManagement>
         <site>
-            <id>jdkim-website</id>
-            <url>scp://people.apache.org/www/james.apache.org/jdkim/</url>
+            <id>jdkim-website-main</id>
+            <url>scp://people.apache.org/www/james.apache.org/jdkim/main/</url>
         </site>
     </distributionManagement>
 
@@ -208,6 +208,7 @@
                     </execution>
                 </executions>
             </plugin>
+            <!-- 
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-doap-plugin</artifactId>
@@ -239,7 +240,7 @@
                   </standard>
                   <standard>
                     <id>DKIM</id>
-                    <title>DomainKeys Identified Mail (DKIM) Signatures -- Update</title>
+                    <title>DomainKeys Identified Mail (DKIM) Signatures - - Update</title>
                     <body>IEFT</body>
                     <url>http://www.ietf.org/rfc/rfc5672.txt</url>
                   </standard>
@@ -247,6 +248,7 @@
                </asfExtOptions>
               </configuration>
             </plugin>
+             -->
             <!-- Shading commons-codec Base64 class so that we don't have one more dependency -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 075ee7e..2024cd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,11 +290,13 @@
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.7</version>
                 </plugin>
+                <!--
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-doap-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
+                -->
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
@@ -399,13 +401,13 @@
                         </goals>
                         <configuration>
                             <siteDirectory>${basedir}/src/site</siteDirectory>
-                            <generateReports>false</generateReports>
+                            <generateReports>true</generateReports>
                         </configuration>
                     </execution>
                 </executions>
                 <configuration>
                     <siteDirectory>${maven-site-plugin.siteDirectory}</siteDirectory>
-                    <generateReports>${maven-site-plugin.generateReports}</generateReports>
+                    <generateReports>true</generateReports>
                     <reportPlugins>
                         <!-- Order matters. First project-info-reports, second jxr. -->
                         <plugin>
@@ -522,6 +524,10 @@
                                 <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
                             </configuration>
                         </plugin>
+                        <plugin>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>emma-maven-plugin</artifactId>
+                        </plugin>
                         <!--
                         <plugin>
                           <groupId>org.apache.maven.plugins</groupId>