×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: Seiji Sogabe
Added: Jul 25, 2015 12:35 AM
Modified: Jul 25, 2015 12:39 AM
Views: 1877
  1.     <properties>
  2.         <rule.set>RuleSet</rule.set>
  3.     </properties>
  4.  
  5.     <profiles>
  6.         <profile>
  7.             <id>ruleset</id>
  8.             <activation>
  9.                 <file>
  10.                     <exists>../RuleSet/</exists>
  11.                 </file>
  12.             </activation>
  13.             <properties>
  14.                 <rule.set>../RuleSet/</rule.set>
  15.             </properties>
  16.         </profile>
  17.         :
  18.     </profiles>
  19.  
  20.    :
  21.  
  22.        <plugin>
  23.          <groupId>org.apache.maven.plugins</groupId>
  24.          <artifactId>maven-checkstyle-plugin</artifactId>
  25.          <version>2.15</version>
  26.          <configuration>
  27.            <configLocation>${rule.set}/Checkstyle/cw_developer_cs_utf8.xml</configLocation>
  28.          </configuration>