KEYCLOAK-5097 fix property name
This commit is contained in:
parent
947254e14f
commit
29c2ef4c60
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>${common.resources}/install-patch.${script.suffix}</executable>
|
<executable>${common.resources}/install-patch.${script.suffix}</executable>
|
||||||
<workingDirectory>${app.server.home}/bin</workingDirectory>
|
<workingDirectory>${app.server.jboss.home}/bin</workingDirectory>
|
||||||
<environmentVariables>
|
<environmentVariables>
|
||||||
<JAVA_HOME>${app.server.java.home}</JAVA_HOME>
|
<JAVA_HOME>${app.server.java.home}</JAVA_HOME>
|
||||||
<JBOSS_HOME>${app.server.jboss.home}</JBOSS_HOME>
|
<JBOSS_HOME>${app.server.jboss.home}</JBOSS_HOME>
|
||||||
|
|
Loading…
Reference in a new issue