added support for set jdk for adapter container

This commit is contained in:
vramik 2015-12-18 14:56:49 +01:00
parent 19471d07b8
commit c759719e95

View file

@ -172,11 +172,16 @@
</profile> </profile>
<profile> <profile>
<id>adapter-libs-provided</id> <id>adapter-libs-provided</id>
<activation> <!-- this profile has to be activated directly, the profile cannot be activated
for prod tests, but we also need to activate adapter-libs-provided from
integration-arquillian-tests-adapters, once new release of xml-maven-plugin
will be available we can resolve this by skipping this particular tranformation
for prod build-->
<!-- <activation>
<property> <property>
<name>!adapter.libs.bundled</name> <name>!adapter.libs.bundled</name>
</property> </property>
</activation> </activation>-->
<properties> <properties>
<adapter.libs.eap6>${app.server.eap6.home}</adapter.libs.eap6> <adapter.libs.eap6>${app.server.eap6.home}</adapter.libs.eap6>
</properties> </properties>