Hi, I use a plugin which is attached to the phase "validate" (I want it to be executed at the very beginning - not first but at the beginning). I can see <phase>validate</phase> in the plugin.xml descriptor.
In my maven build, it is called a lot of times (e.g. before report goal, findbugs, cobertura, javadocs...) Should I bind the plugin to another phase or is there something else I don't see? Thanks
