Author: oheger
Date: Wed Apr 18 12:54:27 2007
New Revision: 530143
URL: http://svn.apache.org/viewvc?view=rev&rev=530143
Log:
Added explicit dependency to checkstyle plugin to ensure that the correct
version is used
Modified:
jakarta/commons/proper/configuration/trunk/project.xml
Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&rev=530143&r1=530142&r2=530143
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Wed Apr 18 12:54:27
2007
@@ -434,6 +434,14 @@
</dependency>
<dependency>
+ <groupId>maven</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>3.0.1</version>
+ <url>http://maven.apache.org/maven-1.x/plugins/checkstyle/</url>
+ <type>plugin</type>
+ </dependency>
+
+ <dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.2</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]