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.
./foo-1.3-SNAPSHOT/foo-1.3-SNAPSHOT/src/src/main/java/foo/examples/package-info.java
./foo-1.3-SNAPSHOT/foo-1.3-SNAPSHOT/src/pom.xml
Notice that the pom file is also located at src/pom.xml
I don't use moduleSets so YMMV, however I think it is copying your pom
as well and if you make the outputDirectory / then you will find that
it is copying the files to where you expect them to go.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]