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.
|