Re: Maven 2 Dependency on java source folder rather than jar file

2008-05-19 Thread BenDave
in the workspace. On Fri, May 16, 2008 at 10:34 AM, BenDave [EMAIL PROTECTED] wrote: Hi, I am working on 2 projects, one is Dependant on the other. The usual way of dealing with this is to add a dependency to a jar file located in the repository. This works fine but the source project

Maven 2 Dependency on java source folder rather than jar file

2008-05-16 Thread BenDave
Hi, I am working on 2 projects, one is Dependant on the other. The usual way of dealing with this is to add a dependency to a jar file located in the repository. This works fine but the source project (on which the target project depends) is constantly evolving, as we are doing some iterative