You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/06/08 11:07:34 UTC

svn commit: r1684126 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: deki
Date: Mon Jun  8 09:07:34 2015
New Revision: 1684126

URL: http://svn.apache.org/r1684126
Log:
setting back old maven-checkstyle-plugin version - MYFACES-3995 needs to be fixed first

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1684126&r1=1684125&r2=1684126&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Mon Jun  8 09:07:34 2015
@@ -173,7 +173,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.9.1</version><!-- before update MYFACES-3995 needs to be fixed -->
         <configuration>
           <configLocation>tobago/checkstyle.xml</configLocation>
           <headerLocation>default/myfaces-header.txt</headerLocation>
@@ -569,7 +569,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.9.1</version><!-- before update MYFACES-3995 needs to be fixed -->
         <executions>
           <execution>
             <id>verify-style</id>
@@ -725,7 +725,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.9.1</version><!-- before update MYFACES-3995 needs to be fixed -->
           <configuration>
             <configLocation>tobago/checkstyle.xml</configLocation>
             <headerLocation>default/myfaces-header.txt</headerLocation>
@@ -734,6 +734,13 @@
             <indentSize>2</indentSize>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.myfaces.buildtools</groupId>
+              <artifactId>checkstyle-rules</artifactId>
+              <version>6</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>