[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 21 13:04:59 EDT 2015


Author: tzeller
Date: Wed Oct 21 13:04:59 2015
New Revision: 7847

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7847&view=rev
Log:
JPAR-72 - Fix Checkstyle config loc for reporting plugins.

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=7847&r1=7846&r2=7847&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Wed Oct 21 13:04:59 2015
@@ -65,7 +65,7 @@
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>3.2.0-SNAPSHOT</opensaml.version>
         <spring-extensions.version>5.2.0-SNAPSHOT</spring-extensions.version>
-        <checkstyle.configLocation>${project.parent.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+        <checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <repositories>



More information about the commits mailing list