Revision: 4046
Author: janne.t.harkonen
Date: Fri Sep 3 01:18:12 2010
Log: Edited wiki page Releasing through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4046
Modified:
/wiki/Releasing.wiki
=======================================
--- /wiki/Releasing.wiki Thu Sep 2 02:45:20 2010
+++ /wiki/Releasing.wiki Fri Sep 3 01:18:12 2010
@@ -45,6 +45,21 @@
{{{
python package.py jar keep
}}}
+
+=== Upload jar to Sontaype repositories ===
+Sonatype offers a service where users can upload jars and they will be
synced to the maven central repository. Below are the instructions to
upload the jar.
+
+Prequisites:
+
+ # Install maven
+ # Create a [https://issues.sonatype.org/secure/Dashboard.jspa Sonatype
account]
+ # 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:
+{{{
+export version=2.5.3
+mvn gpg:sign-and-deploy-file -DrobotVersion=$version
-Dfile=dist/robotframework-$version.jar -DpomFile=pom.xml
-Durl=http://oss.sonatype.org/service/local/staging/deploy/maven2/
-DrepositoryId=sonatype-nexus-staging
+}}}
== Upload Packages ==