|
This post has NOT been accepted by the mailing list yet.
Hi All,
I have a plugin I've developed that works fine with builds that have one pom, but when it is run with a multi pom project such as:
parent-pom
child1-pom
child2-pom
It runs my plugin for each pom. Is it possible to specify that a plugin should only run on the top level pom and at the same point have access to the source list for all its children? As I noticed when the plugin ran on a child the sonar source list only contained that childs source.
Cheers,
M
|