https://github.com/membrane/jmediator-spring-boot-starter
Spring Boot Starter for the JMediator
https://github.com/membrane/jmediator-spring-boot-starter
Last synced: 6 months ago
JSON representation
Spring Boot Starter for the JMediator
- Host: GitHub
- URL: https://github.com/membrane/jmediator-spring-boot-starter
- Owner: membrane
- License: apache-2.0
- Created: 2024-07-12T15:38:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:52:48.000Z (about 1 year ago)
- Last Synced: 2025-02-06T10:29:48.447Z (8 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jmediator-spring-boot-starter
Spring Boot Starter for the JMediator
## Release Build
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 fileTodo: - Use maven plugin to publish