Hello all,
during migrating of Showcase tests, I have encounter a problem with choosing the right
showcase classifier (jbas71, tomcat6) for deployed tests.
Therefore, when executing tests, one has to provide -Dcontainer.classifier=jbas71 or
-Dcontainer.classifier among the others properties. It applies only when executing tests
with different than -Dintegration=wildfly81 profile.
It is caused with Maven insufficient job regarding to the <activation> property for
profiles. That is why release profile is triggered once integration property is set.
I just wanted point out this thing. Do you think my solution is enough (the only one at
lease somehow nice among the very ugly ones) ? Should I document it ?
Thanks
Best regards
Juro