You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/21 13:46:01 UTC

svn commit: r1696947 - in /commons/proper/bcel/trunk: checkstyle_maven.properties pom.xml

Author: sebb
Date: Fri Aug 21 11:46:01 2015
New Revision: 1696947

URL: http://svn.apache.org/r1696947
Log:
Simpler way of providing config_loc property value

Removed:
    commons/proper/bcel/trunk/checkstyle_maven.properties
Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1696947&r1=1696946&r2=1696947&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Aug 21 11:46:01 2015
@@ -245,7 +245,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <!-- Needed to define config_loc -->
-          <propertiesLocation>${basedir}/checkstyle_maven.properties</propertiesLocation>
+          <propertyExpansion>config_loc=${basedir}</propertyExpansion>
           <enableRulesSummary>false</enableRulesSummary>
         </configuration>
       </plugin>
@@ -278,7 +278,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <!-- Needed to define config_loc -->
-          <propertiesLocation>${basedir}/checkstyle_maven.properties</propertiesLocation>
+          <propertyExpansion>config_loc=${basedir}</propertyExpansion>
           <enableRulesSummary>false</enableRulesSummary>
         </configuration>
         <!-- We need to specify reportSets because 2.9.1 creates two reports -->