KEYCLOAK-9945 Support for product profile in server-config-migration to detect jbossHome
This commit is contained in:
parent
f1acdc000e
commit
fa1667311c
1 changed files with 9 additions and 0 deletions
|
@ -535,4 +535,13 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>product</id>
|
||||||
|
<properties>
|
||||||
|
<jbossHome>${project.build.directory}/${product.name}-${product.filename.version}</jbossHome>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue