[java-opensaml COMMIT] in /trunk: opensaml-parent/pom.xml opensaml-parent/resources/checkstyle/ opensaml-parent/resou...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 19 17:17:40 EDT 2015


Author: tzeller
Date: Mon Oct 19 17:17:40 2015
New Revision: 4350

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4350&view=rev
Log:
JPAR-72 - Make Checkstyle config local.

Add resources/checkstyle/checkstyle.xml to opensaml-parent.
Add checkstyle.configLocation property to opensaml-parent POM to reference new checkstyle.xml location.
Change .checkstyle to reference new opensaml-parent checkstyle location.

Added:
    trunk/opensaml-parent/resources/checkstyle/
    trunk/opensaml-parent/resources/checkstyle/checkstyle.xml
Modified:
    trunk/opensaml-parent/pom.xml
    trunk/opensaml-profile-api/.checkstyle
    trunk/opensaml-profile-impl/.checkstyle
    trunk/opensaml-saml-api/.checkstyle
    trunk/opensaml-saml-impl/.checkstyle
    trunk/opensaml-security-api/.checkstyle
    trunk/opensaml-security-impl/.checkstyle
    trunk/opensaml-soap-api/.checkstyle
    trunk/opensaml-soap-impl/.checkstyle
    trunk/opensaml-storage-api/.checkstyle
    trunk/opensaml-storage-impl/.checkstyle
    trunk/opensaml-xacml-api/.checkstyle
    trunk/opensaml-xacml-impl/.checkstyle
    trunk/opensaml-xacml-saml-api/.checkstyle
    trunk/opensaml-xacml-saml-impl/.checkstyle
    trunk/opensaml-xmlsec-api/.checkstyle
    trunk/opensaml-xmlsec-impl/.checkstyle

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4350&r1=4349&r2=4350&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml	(original)
+++ trunk/opensaml-parent/pom.xml	Mon Oct 19 17:17:40 2015
@@ -49,6 +49,7 @@
         <svn.relative.location>java-opensaml</svn.relative.location>
         <java-support.version>7.2.0-SNAPSHOT</java-support.version>
         <spring-extensions.version>5.2.0-SNAPSHOT</spring-extensions.version>
+        <checkstyle.configLocation>${project.parent.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <repositories>

Modified: trunk/opensaml-profile-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/.checkstyle?rev=4350&r1=4349&r2=4350&view=diff
==============================================================================
--- trunk/opensaml-profile-api/.checkstyle	(original)
+++ trunk/opensaml-profile-api/.checkstyle	Mon Oct 19 17:17:40 2015
@@ -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-v3/trunk/resources/checkstyle/checkstyle.xml">
+    <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/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"/>

Modified: trunk/opensaml-profile-impl/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/.checkstyle?rev=4350&r1=4349&r2=4350&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/.checkstyle	(original)
+++ trunk/opensaml-profile-impl/.checkstyle	Mon Oct 19 17:17:40 2015
@@ -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-v3/trunk/resources/checkstyle/checkstyle.xml">
+    <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/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"/>

Modified: trunk/opensaml-saml-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/.checkstyle?rev=4350&r1=4349&r2=4350&view=diff
==============================================================================
--- trunk/opensaml-saml-api/.checkstyle	(original)
+++ trunk/opensaml-saml-api/.checkstyle	Mon Oct 19 17:17:40 2015
@@ -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-v3/trunk/resources/checkstyle/checkstyle.xml" >
+   <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/checkstyle.xml" type="project" description="">

[... 212 lines stripped ...]


More information about the commits mailing list