Author: ltheussl Date: Thu May 4 13:19:12 2006 New Revision: 399847 URL: http://svn.apache.org/viewcvs?rev=399847&view=rev Log: Add comment on core dependency.
Modified: maven/maven-1/plugins/trunk/jalopy/project.xml Modified: maven/maven-1/plugins/trunk/jalopy/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/project.xml?rev=399847&r1=399846&r2=399847&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jalopy/project.xml (original) +++ maven/maven-1/plugins/trunk/jalopy/project.xml Thu May 4 13:19:12 2006 @@ -92,6 +92,9 @@ <groupId>plexus</groupId> <artifactId>plexus-utils</artifactId> <version>1.0.3</version> + <properties> + <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> + </properties> </dependency> <dependency> <groupId>commons-logging</groupId>