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 11:38:32 UTC

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

Author: struberg
Date: Thu Oct 20 09:38:31 2011
New Revision: 1186690

URL: http://svn.apache.org/viewvc?rev=1186690&view=rev
Log:
MYFACES-3363 enable mandatory checkstyle checks

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=1186690&r1=1186689&r2=1186690&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Thu Oct 20 09:38:31 2011
@@ -812,6 +812,19 @@
           <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
             <version>2.7</version>
+            <executions>
+                <execution>
+                    <id>verify-style</id>
+                    <phase>verify</phase>
+                    <goals>
+                        <goal>check</goal>
+                    </goals>
+                </execution>
+            </executions>
+            <configuration>
+                <configLocation>default/myfaces-checks-standard.xml</configLocation>
+                <headerLocation>default/myfaces-header-spaces.txt</headerLocation>
+            </configuration>
             <dependencies>
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>