On 8/22/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
> No love there.  It still duplicates the foo-1.3-SNAPSHOT part of the
> path* in the sources.  Good point about not needing to name a
> directory 'src' myself, though.
>
> At this point I'd be happy if it just put it in as
> foo-1.3-SNAPSHOT/example/pom.xml etc.
>
> * Like this:
>
> 
./foo-1.3-SNAPSHOT/foo-1.3-SNAPSHOT/src/main/java/com/foo/examples/Example.java
> 
./foo-1.3-SNAPSHOT/foo-1.3-SNAPSHOT/src/main/java/com/foo/examples/package-info.java
> ./foo-1.3-SNAPSHOT/foo-1.3-SNAPSHOT/pom.xml
> ./foo-1.3-SNAPSHOT/foo-examples-1.3-SNAPSHOT.jar

Ahh I see the problem now.
You may have to file a bug report on JIRA.

However I have one last thing to try:
I notice that you have two moduleSet declarations.
Can you not collapse them into one? which contains both the source and
the binary sections?

I suspect that might be the problem.

No; they have differing inclusion lists.  The binary one includes all
the modules; the source one includes only the foo-examples module.

It definitely looks like a bug, then.  Ick.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to