Quantcast
Channel: tycho-user
Viewing all articles
Browse latest Browse all 4647

Re: [tycho-user] Multiple testclass invocations per plugin

$
0
0
Hi,

I support Bidon's answer.
About the "execution" tag, it's not specific to Surefire but to the Maven POM model, which allows multiple execution of any Maven plugin. So you'll have to find plain Maven documentation for details about how parameters are passed and/or overridden through the multiple "configuration" blocks.
A small tip I think is worth mentioning right away is to use `mvn help:effective-pom` to see how the pom file is extended and see a "verbose" view of your pom file which should help to disambiguate some settings.

HTH

Viewing all articles
Browse latest Browse all 4647