Showcase integration test - one difference to framework tests

Juraj Huska jhuska at redhat.com
Mon Aug 25 08:17:32 EDT 2014


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


More information about the richfaces-dev mailing list