Commit c6792363 authored by Kun Zhang's avatar Kun Zhang

List the platforms that we currently support. Document staging.repository.

parent c5a2a7c3
...@@ -56,7 +56,12 @@ configure GPG and Sonatype account. ...@@ -56,7 +56,12 @@ configure GPG and Sonatype account.
You need to perform the deployment for every platform that you want to You need to perform the deployment for every platform that you want to
suppport. DO NOT close the staging repository until you have done the suppport. DO NOT close the staging repository until you have done the
deployment for all platforms. deployment for all platforms. Currently the following platforms are supported:
- Linux (x86_32 and x86_64)
- Windows (x86_32 and x86_64) with
- Cygwin with MinGW compilers (both x86_32 and x86_64)
- MSYS with MinGW32 (x86_32 only)
- MacOSX (x86_32 and x86_64)
Remove any ``SNAPSHOT`` or ``pre`` suffix from the version string before Remove any ``SNAPSHOT`` or ``pre`` suffix from the version string before
deploying. deploying.
......
...@@ -91,6 +91,11 @@ ...@@ -91,6 +91,11 @@
<profile> <profile>
<id>release</id> <id>release</id>
<properties> <properties>
<!-- Specify the staging repository to deploy to. This can be left
empty for the first deployment, and Sonatype will create one. For
subsequent deployments it should be set to what Sonatype has
created, so that all deployments will go to the same repository.
-->
<staging.repository></staging.repository> <staging.repository></staging.repository>
</properties> </properties>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment