Hi Simo,

When I ran with

<directory>${basedir}/../</directory> as oppose to
<directory>${basedir}</directory>

I ended up generating tar's and zip's of my whole $home directory!!!
This was why it was taking around 45 mins to generate and complete...

If you now try the target it generates the correct artifacts

Lewis

On Tue, Jun 26, 2012 at 10:12 AM, Simone Tripodi
<[email protected]> wrote:
> 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>
>>
>>



-- 
Lewis

Reply via email to