Removed explicit dependencies on <code>maven-clover-plugin</code> and <code>maven-junit-report-plugin</code>. The reason I've removed the dependencies is that people will want to use different versions of these plugins. I would have liked to say in the dependencies that we need versions greater than 1.4 for each plugin but that's not currently possible.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-04-28 19:30:49 +00:00
parent 6880969273
commit dac7cad2e6
2 changed files with 11 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,7 +18,6 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
@@ -76,20 +76,7 @@
<email>jdt@roe.ac.uk</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-clover-plugin</artifactId>
<version>1.4</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-junit-report-plugin</artifactId>
<version>1.4</version>
<type>plugin</type>
</dependency>
</dependencies>
<dependencies/>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -26,6 +27,14 @@
<body>
<release version="1.3" date="in CVS">
<action dev="vmassol" type="update">
Removed explicit dependencies on <code>maven-clover-plugin</code> and
<code>maven-junit-report-plugin</code>. The reason I've removed the
dependencies is that people will want to use different versions of
these plugins. I would have liked to say in the dependencies that we
need versions greater than 1.4 for each plugin but that's not currently
possible.
</action>
<action dev="vmassol" type="fix" due-to="Dominique Collette">
Prevent the plugin from failing if one
<code>dashboard-single.xml</code> fails to be generated.