[java-opensaml COMMIT] /trunk/opensaml-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 21 13:02:58 EDT 2015


Author: tzeller
Date: Wed Oct 21 13:02:57 2015
New Revision: 4352

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

Modified:
    trunk/opensaml-parent/pom.xml

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4352&r1=4351&r2=4352&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml	(original)
+++ trunk/opensaml-parent/pom.xml	Wed Oct 21 13:02:57 2015
@@ -39,7 +39,7 @@
         <module>../opensaml-messaging-impl</module>
         <module>../opensaml-soap-impl</module>
         <module>../opensaml-saml-impl</module>
-        <module>../opensaml-xacml-impl</module>        
+        <module>../opensaml-xacml-impl</module>
         <module>../opensaml-xacml-saml-impl</module>
         <module>../opensaml-profile-api</module>
         <module>../opensaml-profile-impl</module>
@@ -49,7 +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>
+        <checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
     <repositories>



More information about the commits mailing list