Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Release_HOWTO" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/Release_HOWTO?action=diff&rev1=16&rev2=17 1. Run unit tests. {{{ant test}}} 1. Do basic test to see if release looks ok - e.g. install it and run example from tutorial. - 1. Get hold of '''maven-ant-tasks-2.X.X.jar''' and put it in the ivy directory + 1. Get hold of '''maven-ant-tasks-2.X.X.jar''' for [[http://search.maven.org/#search|gav|1|g%3A%22org.apache.maven%22%20AND%20a%3A%22maven-ant-tasks%22|here]] and put it in the ivy directory 1. Execute ant -lib ivy deploy from $NUTCH_HOME, this will sign the Maven artifacts (sources, javadoc, .jar) and send them to a Apache Nexus staging repository. Details of how to det this up can be found [[http://www.apache.org/dev/publishing-maven-artifacts.html|here]]. 1. Remove the maven-ant-tasks jar from the ivy directory 1. Tag it.

