Author: niallp
Date: Wed May 21 13:53:25 2008
New Revision: 658863
URL: http://svn.apache.org/viewvc?rev=658863&view=rev
Log:
Remove ${basedir} from checkstyle config, specify reporting versions
Modified:
commons/proper/validator/trunk/checkstyle.xml
commons/proper/validator/trunk/pom.xml
Modified: commons/proper/validator/trunk/checkstyle.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle.xml?rev=658863&r1=658862&r2=658863&view=diff
==============================================================================
--- commons/proper/validator/trunk/checkstyle.xml (original)
+++ commons/proper/validator/trunk/checkstyle.xml Wed May 21 13:53:25 2008
@@ -139,7 +139,7 @@
<!-- enforce License Header -->
<module name="Header">
- <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
+ <property name="headerFile" value="LICENSE-header.txt"/>
</module>
</module>
Modified: commons/proper/validator/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=658863&r1=658862&r2=658863&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Wed May 21 13:53:25 2008
@@ -218,6 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
+ <version>2.0</version>
<configuration>
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -234,6 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>