You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2015/05/01 17:25:34 UTC

svn commit: r1677167 - /maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml

Author: dennisl
Date: Fri May  1 15:25:34 2015
New Revision: 1677167

URL: http://svn.apache.org/r1677167
Log:
Use a stable URL for loading configuration file. In preparation for MCHECKSTYLE-284.

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml?rev=1677167&r1=1677166&r2=1677167&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml Fri May  1 15:25:34 2015
@@ -57,7 +57,7 @@ under the License.
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>${checkstyleVersion}</version>
         <configuration>
-          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml</configLocation>
+          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.15/src/main/resources/config/sun_checks.xml</configLocation>
         </configuration>
       </plugin>
     </plugins>