Thank you Furkan Kamaci for the response. In the jira there are many patches for maven, I guess this <https://issues.apache.org/jira/secure/attachment/12626867/NUTCH-1371-2x.patch> is the right one? (which is just nutch in maven without plugins i guess).
*Reg. ant for Elasticsearch 5.x: * I updated ElasticIndexwriter.java to call ES 5.x, ES 5.x uses a bunch of jars, which I manually added in 'nutch/plugins/indexer-elastic5/ivy.xml'. When I try to run, it fails <https://discuss.elastic.co/t/es-5-transport-java-lang-nosuchmethoderror-io-netty-buffer-compositebytebuf-addcomponents/65267/3>, because two conflicting jars are there. If I remove any one of them, ClassnotFoundException is thrown. Trying to index content in ES 5 separately from java, works perfect in maven. I am stuck on this for days. -Ashok. On Mon, Jan 9, 2017 at 10:52 PM, Furkan KAMACI <[email protected]> wrote: > Hi Ashok, > > Are you looking for this: https://issues.apache.org/jira/browse/NUTCH-1371 > Could you elaborate what is the problem which prevents you to use > ant+ivy for your case? > > Kind Regards, > Furkan KAMACI > > On Mon, Jan 9, 2017 at 7:15 PM, ashok raj <[email protected]> wrote: > >> Hi, >> Anyone have tried building Nutch 2.x in maven (/gradle)? >> I am trying to write plugin to connect Elasticsearch 5.x and ant+ivy >> doesn't support this. >> >> Thanks in advance, >> -Ashok. >> > >

