Mike, That's the right thing for Maven config - not sure why analyzers-common was in there already.
I'm running the Maven build now with this fix to make sure. (By the way, the IntelliJ config needs these two deps added as well - I'll take care of it.) Steve On Jul 15, 2013, at 4:59 PM, Michael McCandless <[email protected]> wrote: > I *think* something like this is needed to fix Maven's POMs? Can > someone with more Maven experience test this? > > AnalyzingInfixSuggester added deps to lucene/suggest on misc and > analyzers-common, but analyzers-common already seems to be in the POM: > > Index: dev-tools/maven/lucene/suggest/pom.xml.template > =================================================================== > --- dev-tools/maven/lucene/suggest/pom.xml.template (revision 1503469) > +++ dev-tools/maven/lucene/suggest/pom.xml.template (working copy) > @@ -59,6 +59,11 @@ > <artifactId>lucene-analyzers-common</artifactId> > <version>${project.version}</version> > </dependency> > + <dependency> > + <groupId>${project.groupId}</groupId> > + <artifactId>lucene-misc</artifactId> > + <version>${project.version}</version> > + </dependency> > </dependencies> > <build> > <sourceDirectory>${module-path}/src/java</sourceDirectory> > > Mike McCandless > > http://blog.mikemccandless.com > > > On Mon, Jul 15, 2013 at 4:51 PM, Apache Jenkins Server > <[email protected]> wrote: >> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/909/ >> >> All tests passed >> >> Build Log: >> [...truncated 20111 lines...] >> [mvn] [INFO] >> ------------------------------------------------------------- >> [mvn] [INFO] >> ------------------------------------------------------------- >> [mvn] [ERROR] COMPILATION ERROR : >> [mvn] [INFO] >> ------------------------------------------------------------- >> >> [...truncated 305 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]
