KEYCLOAK-2340: removed reference to RH-SSO
This commit is contained in:
parent
0211798161
commit
9385c8a4b3
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<profile>
|
||||
<id>auth-server-eap7</id>
|
||||
<properties>
|
||||
<keycloak.server.home>${project.build.directory}/unpacked/RH-SSO-7.0</keycloak.server.home>
|
||||
<keycloak.server.home>${project.build.directory}/unpacked/${unpacked.container.folder.name}</keycloak.server.home>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -46,6 +46,9 @@
|
|||
<requireProperty>
|
||||
<property>version.server.dist</property>
|
||||
</requireProperty>
|
||||
<requireProperty>
|
||||
<property>unpacked.container.folder.name</property>
|
||||
</requireProperty>
|
||||
</rules>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in a new issue