Author: rdonkin
Date: Sun May  8 11:09:48 2011
New Revision: 1100716

URL: http://svn.apache.org/viewvc?rev=1100716&view=rev
Log:
Improve readability.

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=1100716&r1=1100715&r2=1100716&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 11:09:48 2011
@@ -163,6 +163,15 @@
     </pluginManagement>
 
     <plugins>
+    
+<!-- 
+
+
+
+
+=============================================
+Apache Rat
+ -->
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
@@ -192,6 +201,15 @@
           </execution>
         </executions>
       </plugin>
+      
+<!-- 
+
+
+
+
+=============================================
+Compilation
+ -->      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -201,6 +219,16 @@
           <encoding>iso8859-1</encoding>
         </configuration>
       </plugin>
+      
+ <!-- 
+
+
+
+
+=============================================
+Jar
+-->
+ 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
@@ -220,6 +248,15 @@
           </archive>
         </configuration>
       </plugin>
+<!-- 
+
+
+
+
+=============================================
+Javadoc
+ -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
@@ -243,7 +280,15 @@
           
<excludePackageNames>org.apache.james.mime4j.field.address.parser:org.apache.james.mime4j.field.contentdisposition.parser:org.apache.james.mime4j.field.contenttype.parser:org.apache.james.mime4j.field.datetime.parser:org.apache.james.mime4j.field.language.parser:org.apache.james.mime4j.field.mimeversion.parser:org.apache.james.mime4j.field.structured.parser</excludePackageNames>
         </configuration>
       </plugin>
-      <!-- Add NOTICE and LICENSE to generated JAR -->
+      
+<!-- 
+
+
+
+
+=============================================
+NOTICE and LICENSE (add to generated JAR)
+ -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
@@ -263,6 +308,14 @@
           </execution>
         </executions>
       </plugin>
+<!-- 
+
+
+
+
+=============================================
+Source
+ -->
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-source-plugin</artifactId>
@@ -275,7 +328,14 @@
             </execution>
          </executions>
       </plugin>
+<!-- 
+
+
 
+
+=============================================
+OSGI
+ -->
       <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
@@ -296,6 +356,14 @@
             </instructions>
          </configuration>
       </plugin>
+<!-- 
+
+
+
+
+=============================================
+DOAP
+ -->      
       <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -321,8 +389,14 @@
         </executions>
       </plugin>
       -->
+<!-- 
+
+
+
 
-      <!-- Site generation -->
+=============================================
+Site 
+-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to