We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-DperformRelease=true
1 parent 42b7e36 commit 0cb17b2Copy full SHA for 0cb17b2
developers.adoc
@@ -204,8 +204,10 @@ TODO
204
[[java]]
205
=== Java
206
207
+> Maven GPG signing key https://maven.apache.org/plugins/maven-gpg-plugin/usage.html[configuration guide]
208
+
209
* Pump version, set version to `$VERSION`, without `-SNAPSHOT`
-* `mvn deploy`
210
+* `mvn -DperformRelease=true deploy`
211
* Go to https://oss.sonatype.org/#stagingRepositories
212
* Scroll to the very end of list, seek `iokaitai-...` repositories
213
* Select our staging repository
0 commit comments