From 874471b4a8fcfe4f5887bda77c034a910a2fc86e Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 31 Aug 2007 04:59:21 +0000 Subject: [PATCH] o Checking in a first cut of the resolver that Milos uses in Netbeans which catches all errors during resolution. Otherwise you have the case where you have created one project that depends on another and the resolution will fail because it's not in the local repository. This is obviously dumb because someone is just starting the project. A user should not have to install the projects first in order for the resolution to not bomb. Milos has worked around this in a very cunning way and is the way the resolver should work so I'm putting it in here because the IDEA and M2Eclipse integration are desperate for a way to have something that works because without this you just lose the whole parts of the UI because Maven just craps out. I will migrate this to the decouple Maven Artifact after I build the IDEA and Eclipse integration and test it out. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571378 13f79535-47bb-0310-9956-ffa450edef68