Re: MNG-3043, please comment

2009-03-08 Thread Brett Porter
On 08/03/2009, at 2:27 AM, Benjamin Bentmann wrote: The solution [0] I propose additionally solves MNG-3043 and would supercede the current approach for MNG-2871. Essentially, MavenProject.replaceWithActiveArtifact() will fallback to either the main or test output directory in case no real

Re: MNG-3043, please comment

2009-03-07 Thread Jason van Zyl
On 7-Mar-09, at 7:27 AM, Benjamin Bentmann wrote: Hi, Dependency resolution from the reactor is currently rather limited to artifacts that have already been assembled. E.g. running "mvn test" can't resolve a test JAR of another module from the reactor because this JAR has yet to be assem

MNG-3043, please comment

2009-03-07 Thread Benjamin Bentmann
Hi, Dependency resolution from the reactor is currently rather limited to artifacts that have already been assembled. E.g. running "mvn test" can't resolve a test JAR of another module from the reactor because this JAR has yet to be assembled during the "package" phase (see demo project attac