This seems like a bad thing. Can we work around it?
- Brett On 16/08/2006 1:52 AM, [EMAIL PROTECTED] wrote:
Author: fgiust Date: Tue Aug 15 08:52:38 2006 New Revision: 431626 URL: http://svn.apache.org/viewvc?rev=431626&view=rev Log: dependencies report doesn't work properly on maven 2.0.4 due to wagon version (missing Wagon.resourceExists(Ljava/lang/String;)Z) Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=431626&r1=431625&r2=431626&view=diff ============================================================================== --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue Aug 15 08:52:38 2006 @@ -39,7 +39,7 @@ </contributor> </contributors> <prerequisites> - <maven>2.0.4</maven> + <maven>2.0.5-SNAPSHOT</maven> </prerequisites> <build> <plugins>
-- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://library.mergere.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
