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.
1 parent 3175e9f commit 2332a50Copy full SHA for 2332a50
README.md
@@ -74,3 +74,17 @@ spring.boot.admin.url=http://localhost:8080
74
75
[](url "title")
76
<img src="https://raw.githubusercontent.com/codecentric/spring-boot-admin/master/screenshot-metrics.png">
77
+
78
+#### Build
79
80
+```shell
81
+mvn clean package
82
+```
83
84
+#### Release
85
86
87
+mvn build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}
88
+mvn -Psign-artifacts clean deploy
89
90
0 commit comments