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 2011/05/08 16:32:16 UTC

svn commit: r1100747 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 14:32:16 2011
New Revision: 1100747

URL: http://svn.apache.org/viewvc?rev=1100747&view=rev
Log:
JAMES-1231 Added whitespace and comments.

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

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100747&r1=1100746&r2=1100747&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 14:32:16 2011
@@ -395,28 +395,43 @@ Site 
         <artifactId>maven-site-plugin</artifactId>
         
         <configuration>
-        <reportPlugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-project-info-reports-plugin</artifactId>
-              <configuration>
-              </configuration>
-              <reports>
-                <report>summary</report>
-                <report>modules</report>
-                <report>scm</report>
-                <report>dependency-management</report>
-                <report>help</report>
-                <report>index</report>
-                <report>cim</report>
-                <report>mailing-list</report>
-                <report>dependency-convergence</report>
-                <report>project-team</report>
-                <report>license</report>
-                <report>issue-tracking</report>
-              </reports>
-            </plugin>
-         </reportPlugins>
+        
+        <!--
+
+
+
+         =====================================
+         Reports        
+         -->
+          <reportPlugins>
+            <!--
+    
+    
+    
+             =================================
+             Project Info        
+             -->          
+              <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <configuration>
+                </configuration>
+                <reports>
+                  <report>summary</report>
+                  <report>modules</report>
+                  <report>scm</report>
+                  <report>dependency-management</report>
+                  <report>help</report>
+                  <report>index</report>
+                  <report>cim</report>
+                  <report>mailing-list</report>
+                  <report>dependency-convergence</report>
+                  <report>project-team</report>
+                  <report>license</report>
+                  <report>issue-tracking</report>
+                </reports>
+              </plugin>
+           </reportPlugins>
         </configuration>
       </plugin>
     </plugins>



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