[java-parent-project-v3] branch master updated: JPAR-72 - Make Checkstyle config location local 'checkstyle.xml'.

Tom Zeller tzeller at dragonacea.biz
Mon Oct 19 16:22:00 EDT 2015


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

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  158bca3   JPAR-72 - Make Checkstyle config location local 'checkstyle.xml'.
158bca3 is described below

commit 158bca379d07f68500b660215dc787183bd512ae
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 19 15:22:30 2015 -0500

    JPAR-72 - Make Checkstyle config location local 'checkstyle.xml'.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca2b222..895a547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,7 @@
         <spring-webflow.version>2.4.2.RELEASE</spring-webflow.version>
 
         <checkstyle.version>2.10</checkstyle.version>
-        <checkstyle.configLocation>
-            https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/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>

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


More information about the commits mailing list