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