sebastian-nagel opened a new pull request #550:
URL: https://github.com/apache/nutch/pull/550
Address:
- NUTCH-2671 Upgrade ant ivy library
- NUTCH-2697 Upgrade Ivy to fix the issue of an unset packaging.type property
- NUTCH-2669 Reliable solution for javax.ws packaging.type
- NUTCH-2672 Ant build erronously installs *-test.jar instead *.jar for
target "nightly"
Requires that the ivy cache is wiped out (eg. `rm -rf ~/.ivy2/cache`)
because the cache of ivy 2.5.0 is not backward compatible to older ivy
versions. Ant builds fail otherwise.
Includes:
- upgrade Ivy (2.4.0 -> 2.5.0)
- upgrade all plugins build-ivy.xml (preparing lists of dependencies
registered in plugin.xml)
- to use the ivy jar 2.5.0 installed in $NUTCH_HOME/ivy/
- only download the ivy jar if it's not found there
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]