Merge pull request #4263 from mhajas/KEYCLOAK-5097

KEYCLOAK-5097 fix property name
This commit is contained in:
Pavel Drozd 2017-06-28 13:23:36 +02:00 committed by GitHub
commit 6b846b53e4

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>