KEYCLOAK-9945 Support for product profile in server-config-migration to detect jbossHome

This commit is contained in:
mposolda 2019-04-25 17:54:29 +02:00 committed by Pedro Igor
parent f1acdc000e
commit fa1667311c

View file

@ -535,4 +535,13 @@
</plugins>
</build>
<profiles>
<profile>
<id>product</id>
<properties>
<jbossHome>${project.build.directory}/${product.name}-${product.filename.version}</jbossHome>
</properties>
</profile>
</profiles>
</project>