Add config options to add authentication attributes as mdc.
This commit is contained in:
parent
a350698f52
commit
7ad1ee0add
32 changed files with 964 additions and 541 deletions
23
docs/build.md
Normal file
23
docs/build.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue