Add config options to add authentication attributes as mdc.

This commit is contained in:
Stephan Schnabel 2021-12-01 10:25:11 +01:00
parent a350698f52
commit 7ad1ee0add
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
32 changed files with 964 additions and 541 deletions

23
docs/build.md Normal file
View file

@ -0,0 +1,23 @@
# Build & Release
## Dependency updates
Display dependency updates:
```sh
mvn versions:display-parent-updates versions:display-property-updates -U
```
Update dependencies:
```sh
mvn versions:update-parent versions:update-properties
```
## Release locally
Run:
```sh
mvn release:prepare release:perform release:clean -B -DreleaseProfiles=oss-release
```