Skip to content

Commit 6f8a7f0

Browse files
committed
update doc
Signed-off-by: Terence Parr <parrt@antlr.org>
1 parent a1c7d11 commit 6f8a7f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/releasing-st4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ Here is the file template
7777

7878
## Maven deploy snapshot
7979

80-
The goal is to get a snapshot, such as `4.3.2-SNAPSHOT`, to the [staging server](https://oss.sonatype.org/#stagingRepositories).
81-
8280
Do this:
8381

8482
```bash
@@ -107,12 +105,14 @@ Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositor
107105

108106
## Maven release
109107

110-
The maven deploy lifecycle phased deploys the artifacts and the poms for the ANTLR project to the [sonatype remote staging server](https://oss.sonatype.org/content/repositories/snapshots/org/antlr/ST4).
108+
The maven deploy lifecycle phased deploys the artifacts and the poms for the ST4 project to the [sonatype remote staging server](https://oss.sonatype.org/content/repositories/snapshots/org/antlr/ST4).
111109

112110
```bash
113111
mvn deploy -DskipTests
114112
```
115113

114+
Make sure `gpg` is installed (`brew install gpg` on mac). Also must [create a key and publish it](https://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/) then update `.m2/settings` to use that public key.
115+
116116
Now, do this:
117117

118118
```bash

0 commit comments

Comments
 (0)