-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagation of exceptions, gpg signing
- Loading branch information
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# New Release | ||
|
||
- Edit version number in POM | ||
- Run github action `Create Release` manually and specify version as input | ||
- Run github action `Create Release` manually and specify version as input | ||
|
||
## Publish to Maven Central | ||
|
||
Manual process to publish to Maven Central. At the moment publishing using the maven plugin is broken for the new process. | ||
|
||
- Check version number in POM | ||
- export GPG_TTY=$(tty) | ||
- mvn -DskipTests -DcreateChecksum=true install gpg:sign | ||
- Enter PGP Key | ||
- Zip ./m2/repository/io/membrane-api/jmediator-spring-boot-starter | ||
- Login at: https://central.sonatype.com and upload ZIP file | ||
|
||
Todo: - Use maven plugin to publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters