The Maven build does not download Lucene 3.6.0.  There are already transitive 
dependency exclusions for this in the clustering POM. 

+1 to fix the checker though.

Steve

On 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:
> 
>  <target name="-validate-maven-dependencies">
>    <property name="top.level.dir" location="${common.dir}/.."/>
>    <pathconvert property="pom.xml">
>      <mapper>
>        <chainedmapper>
>          <globmapper from="${top.level.dir}*" 
> to="${filtered.pom.templates.dir}*"/>
>          <globmapper from="*build.xml" to="*pom.xml"/>
>        </chainedmapper>
>      </mapper>
>      <path location="${ant.file}"/>
>    </pathconvert>
>    <m2-validate-dependencies pom.xml="${pom.xml}" 
> licenseDirectory="${license.dir}">
>      <excludes>
>        <rsel:name name="**/lucene-*.jar" handledirsep="true"/>
>      </excludes>
>    </m2-validate-dependencies>
>  </target>
> 
> We should fix this pattern in rsel:name to add the lucene version.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: [email protected]
> 
> 
>> -----Original Message-----
>> From: Uwe Schindler [mailto:[email protected]]
>> Sent: Wednesday, January 02, 2013 4:54 PM
>> To: [email protected]
>> Subject: RE: [JENKINS-MAVEN] Lucene-Solr-Maven-4.x #198: POMs out of
>> sync
>> 
>> Since the commit oft he carrotsearch updates, the maven build downloads
>> additional JAR files without a license/sha1 sum.
>> 
>> Uwe
>> 
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: [email protected]
>> 
>> 
>>> -----Original Message-----
>>> From: Apache Jenkins Server [mailto:[email protected]]
>>> Sent: Wednesday, January 02, 2013 2:37 PM
>>> To: [email protected]
>>> Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-4.x #198: POMs out of sync
>>> 
>>> Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/198/
>>> 
>>> No tests ran.
>>> 
>>> Build Log:
>>> [...truncated 11216 lines...]
>>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected] For additional
>> commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


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

Reply via email to