It doesnt? Is it only downloading the .pom? [artifact:dependencies] Downloading: org/apache/lucene/lucene-memory/3.6.0/lucene-memory-3.6.0.pom from repository central at http://repo1.maven.org/maven2 [artifact:dependencies] Transferring 3K from central
On Wed, Jan 2, 2013 at 11:10 AM, Steve Rowe <sar...@gmail.com> wrote: > > 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" <u...@thetaphi.de> 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: u...@thetaphi.de >> >> >>> -----Original Message----- >>> From: Uwe Schindler [mailto:u...@thetaphi.de] >>> Sent: Wednesday, January 02, 2013 4:54 PM >>> To: dev@lucene.apache.org >>> 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: u...@thetaphi.de >>> >>> >>>> -----Original Message----- >>>> From: Apache Jenkins Server [mailto:jenk...@builds.apache.org] >>>> Sent: Wednesday, January 02, 2013 2:37 PM >>>> To: dev@lucene.apache.org >>>> 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: dev-unsubscr...@lucene.apache.org For additional >>> commands, e-mail: dev-h...@lucene.apache.org >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org