mirror of https://github.com/sbt/sbt.git
Merge pull request #1098 from xerial/sbt-sonatype
Add a link to sbt-sonatype plugin in Using-Sonatype page
This commit is contained in:
commit
bfa507affd
|
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=======================
|
=======================
|
||||||
Deploying to Sonatype
|
Deploying to Sonatype
|
||||||
=======================
|
=======================
|
||||||
|
|
@ -161,7 +164,7 @@ In sbt, run `publishSigned` and you should see something like the following:
|
||||||
|
|
||||||
After publishing you have to follow the `Release workflow of
|
After publishing you have to follow the `Release workflow of
|
||||||
nexus <https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-8.ReleaseIt>`_.
|
nexus <https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-8.ReleaseIt>`_.
|
||||||
In the future, we hope to provide a Nexus sbt plugin that allows the
|
`sbt-sonatype plugin <https://github.com/xerial/sbt-sonatype>`_ allows the
|
||||||
release workflow procedures to be performed directly from sbt.
|
release workflow procedures to be performed directly from sbt.
|
||||||
|
|
||||||
*Note: Staged releases allow testing across large projects of
|
*Note: Staged releases allow testing across large projects of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue