Commit 2332a507 by Dennis Schulte

Add documentation for build and release process

parent 3175e9f9
......@@ -74,3 +74,17 @@ spring.boot.admin.url=http://localhost:8080
[](url "title")
<img src="https://raw.githubusercontent.com/codecentric/spring-boot-admin/master/screenshot-metrics.png">
#### Build
```shell
mvn clean package
```
#### Release
```shell
mvn build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}
mvn -Psign-artifacts clean deploy
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment