Is mvn assembly:assembly not meant to be run from openwebbeans/ as
working directory? It's reaching up into the parent for me.
$ svn diff distribution/src/assembly/dist-sources.xml
Index: distribution/src/assembly/dist-sources.xml
===================================================================
--- distribution/src/assembly/dist-sources.xml (revision 937479)
+++ distribution/src/assembly/dist-sources.xml (working copy)
@@ -29,7 +29,7 @@
<fileSets>
<fileSet>
- <directory>..</directory>
+ <directory>.</directory>
<useDefaultExcludes>true</useDefaultExcludes>
<outputDirectory>src</outputDirectory>
<excludes>
--
Eric Covener
[email protected]