You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/10/20 12:13:20 UTC

svn commit: r1186709 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: struberg
Date: Thu Oct 20 10:13:19 2011
New Revision: 1186709

URL: http://svn.apache.org/viewvc?rev=1186709&view=rev
Log:
MYFACES-3363 only define checkstyle-rules once

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=1186709&r1=1186708&r2=1186709&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Thu Oct 20 10:13:19 2011
@@ -913,10 +913,6 @@
               <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.7</version>
-                <configuration>
-                    <configLocation>default/myfaces-checks-standard.xml</configLocation>
-                    <headerLocation>default/myfaces-header.txt</headerLocation>
-                </configuration>
               </plugin>
           </plugins>
         </pluginManagement>