You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releasing-st4.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,6 @@ Here is the file template
77
77
78
78
## Maven deploy snapshot
79
79
80
-
The goal is to get a snapshot, such as `4.3.2-SNAPSHOT`, to the [staging server](https://oss.sonatype.org/#stagingRepositories).
81
-
82
80
Do this:
83
81
84
82
```bash
@@ -107,12 +105,14 @@ Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositor
107
105
108
106
## Maven release
109
107
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).
111
109
112
110
```bash
113
111
mvn deploy -DskipTests
114
112
```
115
113
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.
0 commit comments