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:
https://wiki.apache.org/nutch/Release_HOWTO?action=diff&rev1=40&rev2=41

          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 set this up can be found 
[[http://www.apache.org/dev/publishing-maven-artifacts.html|here]]. '''N.B.''' 
Ensure that you have an '''apache-release''' profile contained within 
~/.m2/settings.xml
          1. Once you've read, and are happy with the 
[[https://repository.apache.org/|staging repos]], close it.
          1. Remove the maven-ant-tasks jar from the ivy directory 
-         1. If you do svn status, you will see that pom.xml has been updated. 
Commit this.
+         1. If you do svn status, you will see that a pom.xml has been 
created. Delete this. It is not required and just confuses users.
        1. Tag it. 
                {{{svn copy 
https://svn.apache.org/repos/asf/nutch/branches/branch-X-Y }}}                  
    {{{https://svn.apache.org/repos/asf/nutch/tags/release-X.Y -m "Nutch X.Y 
release." }}}  
        1. run the ant targets for '''tar-bin''', '''zip-bin''', '''zip-src''' 
and '''tar-src''' (if releasing trunk) and only the latter two if releasing 2.X 
(this is because 2.x is only released as source). The generated artifacts can 
be found in $NUTCH_HOME/dist. 

Reply via email to