In the new wagon beta-3 I imagine.

-----Original Message-----
From: Benjamin Bentmann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 28, 2008 4:38 PM
To: Maven Developers List
Subject: Re: [RC] Moving forward with 2.0.10

Brian E. Fox wrote:

> Please try it out and see if we have any remaining regressions over
> 2.0.9. If it looks good, then I'll recut the official build as normal.

Hm, the RC prints ugly exception stack traces of 
org.apache.maven.wagon.ResourceDoesNotExistException, even on INFO 
level. Just try "mvn compile -U" on this POM:


<project>
   <modelVersion>4.0.0</modelVersion>

   <groupId>org.apache.maven.its.mngXXX</groupId>
   <artifactId>coreit</artifactId>
   <version>0.1</version>

   <repositories>
     <repository>
       <id>maven-core-it</id>
       <url>file:///${basedir}/repo</url>
     </repository>
   </repositories>

   <dependencies>
     <dependency>
       <groupId>org.apache.maven.its</groupId>
       <artifactId>maven-it-helper</artifactId>
       <version>2.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
</project>


Neither 2.0.9 nor 2.1.0-M1 do that, any idea where this crops up?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to