KEYCLOAK-5097 fix property name

This commit is contained in:
mhajas 2017-06-27 12:11:20 +02:00
parent 947254e14f
commit 29c2ef4c60

View file

@ -309,7 +309,7 @@
</goals>
<configuration>
<executable>${common.resources}/install-patch.${script.suffix}</executable>
<workingDirectory>${app.server.home}/bin</workingDirectory>
<workingDirectory>${app.server.jboss.home}/bin</workingDirectory>
<environmentVariables>
<JAVA_HOME>${app.server.java.home}</JAVA_HOME>
<JBOSS_HOME>${app.server.jboss.home}</JBOSS_HOME>