Revision: 4049
Author: janne.t.harkonen
Date: Fri Sep  3 01:28:13 2010
Log: Edited wiki page Releasing through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4049

Modified:
 /wiki/Releasing.wiki

=======================================
--- /wiki/Releasing.wiki        Fri Sep  3 01:25:28 2010
+++ /wiki/Releasing.wiki        Fri Sep  3 01:28:13 2010
@@ -53,7 +53,19 @@

  # Install maven
# Create a [https://issues.sonatype.org/secure/Dashboard.jspa Sonatype account] + # Add these lines (filled with the Sonatype account information) to your `settings.xml`
+{{{
+  <servers>
+      <server>
+          <id>sonatype-nexus-staging</id>
+          <username></username>
+          <password></password>
+      </server>
+  </servers>
+
+}}}
# Create a PGP key according to [https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven#HowToGeneratePGPSignaturesWithMaven-MavenGPGPlugin these instructions]
+

 The process:
   # Run commands

Reply via email to