On Wed, Jan 2, 2013 at 11:05 AM, Robert Muir <[email protected]> wrote:
> On Wed, Jan 2, 2013 at 11:02 AM, Uwe Schindler <[email protected]> wrote:
>> Hi,
>>
>> It is worse: The Maven build also download Lucene 3.6.0 (because carrot 
>> clustering depends on this). Our maven dependency checker does not fail on 
>> this because we have an exclusion:
> ...
>>       <excludes>
>>         <rsel:name name="**/lucene-*.jar" handledirsep="true"/>
>>       </excludes>
> ...
>>
>> We should fix this pattern in rsel:name to add the lucene version.

In case it helps: we dont have to use the ant-style patterns.
rsel:name can take a regexp instead

http://ant.apache.org/manual/Types/resources.html#rsel.name

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to