Allow proto-schema-compatibility-maven-plugin to be skipped with property (#33693)

Closes #33692

Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
Ryan Emerson 2024-10-08 15:22:41 +01:00 committed by GitHub
parent 03b5ba3462
commit 42484bd884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -106,7 +106,7 @@
</goals>
</execution>
</executions>
<configuration>
<configuration combine.self="append">
<remoteLockFiles>https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.0/model/infinispan/proto.lock</remoteLockFiles>
</configuration>
</plugin>

View file

@ -242,6 +242,7 @@
<!-- Set to true on release to update proto.lock files -->
<commitProtoLockChanges>false</commitProtoLockChanges>
<skipProtoLock>false</skipProtoLock>
</properties>
<url>http://keycloak.org</url>
@ -1564,6 +1565,7 @@
<version>${protostream.plugin.version}</version>
<configuration>
<commitProtoLock>${commitProtoLockChanges}</commitProtoLock>
<skip>${skipProtoLock}</skip>
</configuration>
</plugin>
</plugins>