I seem to remember a fix brett put in for this when we were working on [what became] 2.1.0-M1. I think it's in a console resolution listener, possibly in maven-core or maven-artifact (-manager).

I'm pretty sure this is in maven, not wagon.

Benjamin Bentmann wrote:
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