mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Add note to building.md for avoid build error which caused by proto-schema-compatibility-maven-plugin check
Closes #35846 Signed-off-by: Tetsuhiro Hiruta <tetsuhiro.hiruta.sg@hitachi.com>
This commit is contained in:
parent
8e13e761b9
commit
8d934de3cb
@ -47,6 +47,16 @@ To enable it by default, add it to the `MAVEN_OPTS` environment variable:
|
||||
|
||||
export MAVEN_OPTS="-Dmaven.build.cache.enabled=true"
|
||||
|
||||
---
|
||||
**NOTE**
|
||||
|
||||
To ensure that development in a branch does not break compatibility with existing releases, proto-schema-compatibility-maven-plugin checks may be run, which can cause builds to fail in proxy environments.
|
||||
To avoid this, you can skip this check by adding the following property:
|
||||
|
||||
-DskipProtoLock=true
|
||||
|
||||
---
|
||||
|
||||
### Starting Keycloak
|
||||
|
||||
To start Keycloak during development first build as specified above, then run:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user