Hi Lewis, did you already try it? because IIUC in that way, the `sources-dist` modules doesn't include all sources modules, but only the src of the `sources-dist` itself, which is not what we have to distribute...
Feel free to ping me as soon as you have the chance! Best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jun 25, 2012 at 9:19 PM, <[email protected]> wrote: > Author: lewismc > Date: Mon Jun 25 19:19:00 2012 > New Revision: 1353705 > > URL: http://svn.apache.org/viewvc?rev=1353705&view=rev > Log: > prevent descriptor pulling in wrong directories > > Modified: > incubator/any23/trunk/sources-dist/src/main/assembly/src.xml > > Modified: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml > URL: > http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/src/main/assembly/src.xml?rev=1353705&r1=1353704&r2=1353705&view=diff > ============================================================================== > --- incubator/any23/trunk/sources-dist/src/main/assembly/src.xml (original) > +++ incubator/any23/trunk/sources-dist/src/main/assembly/src.xml Mon Jun 25 > 19:19:00 2012 > @@ -31,7 +31,7 @@ > | include all modules > --> > <fileSet> > - <directory>${basedir}/../</directory> > + <directory>${basedir}</directory> > <excludes> > <!-- exclude target dirs --> > <exclude>**/target/</exclude> > >
