Hello Folks, If I want to run the same unit test cases against a list of DBs within a single build, is there a way to configure it in pom.xml? Basically, let's say I want to run the tests against oracle, sybase and mysql in sequence within the same "test" phase, how can I do it? Maven1 has a jelly's tag called "<j:forEach>" to navigate through a collection, how can I achieve the same on maven2?
Thanks Yan
