Re: Adding solr-core via maven fails

2020-07-03 Thread Erick Erickson
If you feel strongly that Solr needs to keep up the Maven bits up to date, you can volunteer to help maintain it, Solr is open source after all. > On Jul 3, 2020, at 12:08 AM, Ali Akhtar wrote: > > I had to add an additional repository to get the failing dependency to > resolve: > > resolvers

Re: Adding solr-core via maven fails

2020-07-02 Thread Ali Akhtar
I had to add an additional repository to get the failing dependency to resolve: resolvers += "Spring Plugins Repository" at " https://repo.spring.io/plugins-release/"; > However, we do not officially support Maven builds, Um, why? This is a java based project, and maven is the de-facto standard

Re: Adding solr-core via maven fails

2020-07-02 Thread Mike Drob
Does it fail similarly on 8.5.0 and .1? On Thu, Jul 2, 2020 at 6:38 AM Erick Erickson wrote: > There have been some issues with Maven, see: > https://issues.apache.org/jira/browse/LUCENE-9170 > > However, we do not officially support Maven builds, they’re there as a > convenience, so there may s

Re: Adding solr-core via maven fails

2020-07-02 Thread Erick Erickson
There have been some issues with Maven, see: https://issues.apache.org/jira/browse/LUCENE-9170 However, we do not officially support Maven builds, they’re there as a convenience, so there may still be issues in future. > On Jul 2, 2020, at 1:27 AM, Ali Akhtar wrote: > > If I try adding solr-c

Adding solr-core via maven fails

2020-07-01 Thread Ali Akhtar
If I try adding solr-core to an existing project, e.g (SBT): libraryDependencies += "org.apache.solr" % "solr-core" % "8.5.2" It fails due a 404 on the dependencies: Extracting structure failed stack trace is suppressed; run last update for the full output stack trace is suppressed; run last ssE