Re: IVY-1577 - how to activate automatic usage of Maven profiles

2018-10-29 Thread Sebastian Nagel
Hi Jaikiran, thanks for recommendation. We'll first upgrade to 2.5.0-rc2 and then decide how to continue with the cache issue on Jenkins. Everything is tracked on NUTCH-2669. Thanks, Sebastian On 2018/10/26 13:24:02, Jaikiran Pai wrote: > Hi Sebastian, > > > On 24/10/18 9:27 PM, Sebastian

Re: IVY-1577 - how to activate automatic usage of Maven profiles

2018-10-26 Thread Jaikiran Pai
Hi Sebastian, On 24/10/18 9:27 PM, Sebastian Nagel wrote: > > Also you have to make sure that no other project using an older ivy version > fills the cache before. What are your recommendations to make sure that > the local ivy cache stays correct on the Apache Jenkins cluster where we > have

Re: IVY-1577 - how to activate automatic usage of Maven profiles

2018-10-24 Thread Sebastian Nagel
Hi Jaikiran, ok, I can confirm that it works when the local ivy cache is wiped out, in our case (and on Linux) by rm -rf ~/.ivy2/cache/javax.ws.rs/ the Nutch build succeeds using ivy 2.5.0-rc1. Also you have to make sure that no other project using an older ivy version fills the cache before.

Re: IVY-1577 - how to activate automatic usage of Maven profiles

2018-10-24 Thread Jaikiran Pai
Hi Sebastian, There shouldn't be anything explicit to enable this in 2.5.0-rc1. When you tried this with 2.5.0-rc1 did you clean up your local cache to make sure the it's fetching the module descriptor afresh from the Maven repo instead of local cache? FWIW, I just gave this a try locally. What

IVY-1577 - how to activate automatic usage of Maven profiles

2018-10-24 Thread Sebastian Nagel
Hi, the Apache Nutch community faces an dependency issue with the property "packaging.type" defined in the Maven profiles. More details about the issue are found in https://issues.apache.org/jira/browse/NUTCH-2669 Until now we have neither a reliable work-around nor a solution. Upgrading to ivy