[java-parent-project-v2] 01/02: JPAR-72 make Checkstyle config location local instead of remote

Ian Young ian at iay.org.uk
Wed Oct 28 05:46:44 EDT 2015


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project-v2.

commit ae2af0090b05303abc671172e850030b009ab3b2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Oct 28 09:44:10 2015 +0000

    JPAR-72 make Checkstyle config location local instead of remote
---
 pom.xml                      | 10 ++++------
 resources/eclipse/checkstyle |  3 +--
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f1de2e..9d687f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,12 +26,10 @@
         <slf4j.version>1.7.5</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
         <spring.version>2.5.6.SEC03</spring.version>
-        
+
         <checkstyle.version>2.10</checkstyle.version>
-        <checkstyle.configLocation>
-            https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
-        </checkstyle.configLocation>
-        
+        <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
+
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
     </properties>
 
@@ -61,7 +59,7 @@
             </snapshots>
         </repository>
     </repositories>
-    
+
     <pluginRepositories>
         <pluginRepository>
             <id>shib-release</id>
diff --git a/resources/eclipse/checkstyle b/resources/eclipse/checkstyle
index efd0beb..5ef9989 100644
--- a/resources/eclipse/checkstyle
+++ b/resources/eclipse/checkstyle
@@ -2,8 +2,7 @@
 
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 
-    <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
-                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml">
+    <local-check-config name="Shibboleth Checkstyle" location="checkstyle.xml" type="project" description="">
         <additional-data name="cache-file" value="true"/>
         <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
         <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list