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=18&rev2=19

                 {{{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''' from 
[[http://search.maven.org/|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. 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. 
                {{{svn copy https://svn.apache.org/repos/asf/nutch/trunk/ }}}   
                {{{https://svn.apache.org/repos/asf/nutch/tags/release-X.Y -m 
"Nutch X.Y release." }}}  

Reply via email to