Author: rdonkin
Date: Wed May 17 13:12:04 2006
New Revision: 407363
URL: http://svn.apache.org/viewvc?rev=407363&view=rev
Log:
Added specific version for artifact plugin.
Modified:
jakarta/commons/proper/betwixt/trunk/project.xml
Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/project.xml?rev=407363&r1=407362&r2=407363&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Wed May 17 13:12:04 2006
@@ -214,6 +214,7 @@
</properties>
</dependency>
+ <!-- Maven Build Dependencies -->
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
@@ -223,7 +224,21 @@
<properties>
<scope>test</scope>
<comment>
- Required only for generating test coverage reports.
+ <strong>Site Only</strong> Generates test coverage reports.
+ </comment>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>maven</groupId>
+ <artifactId>maven-artifact-plugin</artifactId>
+ <version>1.5</version>
+ <url>http://www.ibiblio.org/maven/maven/plugins/</url>
+ <type>plugin</type>
+ <properties>
+ <scope>test</scope>
+ <comment>
+ <strong>Build Only</strong> Generates distributions.
</comment>
</properties>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]