Re: Nutch Plugins Source Control

2017-04-07 Thread lewis john mcgibbney
Hi Folks, Maven build is actually pretty close now. We need to bring the following branch up-to-date with 1.14 then stabilize tests... then it is good to propose as a PR for 1.14-SNAPSHOT. Transferring this work over to 2.x will be much easier than the work done for master branch. I'm over on

Re: Nutch Plugins Source Control

2017-04-07 Thread Chris Mattmann
Thanks Julien. We do intend to publish the artifacts to Central, so they should be available in the org.apache tree. Thamme, Lewis, any update on the Mavenization? Cheers, Chris On 4/7/17, 7:28 AM, "Julien Nioche" wrote: Hi Ben On 7 April 2017

Re: Nutch Plugins Source Control

2017-04-07 Thread Ben Vachon
Hi Julien, Thanks for the quick response! I will add a comment to the ticket requesting that the work happen for Nutch 2.x as well as 1.14 and that the plugins be publicly available when this work is done. On 04/07/2017 10:28 AM, Julien Nioche wrote: Hi Ben On 7 April 2017 at 15:10, Ben

Re: Nutch Plugins Source Control

2017-04-07 Thread Julien Nioche
Hi Ben On 7 April 2017 at 15:10, Ben Vachon wrote: > Hi Isroudi, > > I am not working with an install of Nutch, I'm just working with the jar I > got via maven, and it doesn't have any of the plugins. > > I could build the plugins into the project myself, but to do that I

Re: Nutch Plugins Source Control

2017-04-07 Thread Ben Vachon
Hi Isroudi, I am not working with an install of Nutch, I'm just working with the jar I got via maven, and it doesn't have any of the plugins. I could build the plugins into the project myself, but to do that I would need to download them and copy their source files into my project. I don't

Re: Nutch Plugins Source Control

2017-04-07 Thread lsroudi abdel
hi, i think you should add it in the ivy/ivy.xml and and just run ant runtime On Thu, Apr 6, 2017 at 9:35 PM, Ben Vachon wrote: > Hi all, > > I'm working on a project that gets Nutch 2.3.1 from maven and uses it to > set off crawl jobs which are configurable in our own UI