On 8/22/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
> foo-1.2/src/com/example/Example.java
[del]
>     <!-- include example src -->
>     <moduleSet>
>       <includes>
>         <include>com.example.foo:foo-examples</include>
>       </includes>
>       <sources>
>         <outputDirectory>/src</outputDirectory>
>       </sources>
>     </moduleSet>
>   </moduleSets>
> </assembly>

I'd suggest changing the outputDirectory to be / just like it is for binaries.

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

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

Reply via email to