You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/06/21 18:07:55 UTC

svn commit: r1495490 - /directory/apacheds/trunk/pom.xml

Author: elecharny
Date: Fri Jun 21 16:07:55 2013
New Revision: 1495490

URL: http://svn.apache.org/r1495490
Log:
Commented the checkstyle and pmd plugins

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1495490&r1=1495489&r2=1495490&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Jun 21 16:07:55 2013
@@ -246,7 +246,7 @@
     </pluginManagement>
     
     <plugins>
-      <plugin>
+      <!-- plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <dependencies>
@@ -256,7 +256,7 @@
             <version>${org.apache.directory.checkstyle-configuration.version}</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
@@ -302,7 +302,7 @@
               </configuration>
             </plugin>
        
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-pmd-plugin</artifactId>
               <configuration>
@@ -312,7 +312,7 @@
                 <targetJdk>1.6</targetJdk>
                 <aggregate>true</aggregate>
               </configuration>
-            </plugin>
+            </plugin -->
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-project-info-reports-plugin</artifactId>
@@ -437,14 +437,14 @@
               </configuration>
             </plugin>
       
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-checkstyle-plugin</artifactId>
               <configuration>
                 <configLocation>directory-checks.xml</configLocation>
                 <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
               </configuration>
-            </plugin>
+            </plugin -->
       
             <plugin>
               <groupId>org.codehaus.mojo</groupId>