KEYCLOAK-4258 Disable server-config-migration for auth-server-wildfly
This commit is contained in:
parent
b24d2e064a
commit
6085b21c36
1 changed files with 2 additions and 0 deletions
|
@ -154,12 +154,14 @@
|
||||||
<module>nodejs_adapter</module>
|
<module>nodejs_adapter</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
<!--
|
||||||
<profile>
|
<profile>
|
||||||
<id>auth-server-wildfly</id>
|
<id>auth-server-wildfly</id>
|
||||||
<modules>
|
<modules>
|
||||||
<module>server-config-migration</module>
|
<module>server-config-migration</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
-->
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue