RE: Idea for enhancement

2007-06-11 Thread Deacon, Brian
dependencies AFAIK. src/java/ src/dotnet/ could become src/main/java src/main/dotnet or even src/m1/main/java/ src/m2/main/dotnet/ or m1/src/main/java m2/src/main/dotnet, which solves the problem. -- Kenney Brett Porter wrote: > > On 07/06/2007, at 10:11 AM, Deacon, Brian wrote:

RE: Idea for enhancement

2007-06-06 Thread Deacon, Brian
l poms only have dependency management, and dependencies are only listed in base poms. This however creates large child poms which duplicate dependencies. So correct me if I'm wrong, but essentially you would like to be able to do the following. .. MyArtifact myArtifact-java.pom

Idea for enhancement

2007-06-06 Thread Deacon, Brian
Hi guys, Thought I'd kick this around to see how it would be received. I just posted to the Users list and got confirmation that I can't currently do the following in a pom parent multi-module pom: foo/bar foo/bar/SiblingPom.xml The current behavior is that it looks for foo/bar/S