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 09:55:28 UTC

svn commit: r1495308 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Fri Jun 21 07:55:28 2013
New Revision: 1495308

URL: http://svn.apache.org/r1495308
Log:
Commented the checkstyle and PMD plugins so that we can generate the Javadoc

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1495308&r1=1495307&r2=1495308&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Fri Jun 21 07:55:28 2013
@@ -191,7 +191,7 @@
         </executions>
       </plugin>        
 
-      <plugin>
+      <!-- plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
@@ -206,7 +206,7 @@
             <version>${org.apache.directory.checkstyle-configuration.version}</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin -->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -243,7 +243,7 @@
               </configuration>
             </plugin>
       
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-pmd-plugin</artifactId>
               <configuration>
@@ -253,7 +253,7 @@
                 <targetJdk>1.6</targetJdk>
                 <aggregate>true</aggregate>
               </configuration>
-            </plugin>
+            </plugin -->
       
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -330,7 +330,7 @@
             </plugin>
 -->
       
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-checkstyle-plugin</artifactId>
               <configuration>
@@ -339,7 +339,7 @@
                 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
                 <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
               </configuration>
-            </plugin>
+            </plugin -->
       
             <plugin>
               <groupId>org.codehaus.mojo</groupId>