I use the flexmojos plugin quite a lot and am trying to help people on the flexmojos mailinglist as good as I can.
While helping, I could see that a hand full of problems allway reoccur and usually allways have the same solution.
My idea now was to add some sort of validation code to flexmojos in order to make it easier for people to find out what's going wrong. While looking through the Maven code I enountered the ModelValidators (mainly because I was trying to find a way to get rid of those anoying scope warnings). I thougt it would be a good Idea to create a validator that implements ModelValidator and to include that in the plugin.
Unfortunately I couldn't find a documented way to actually provide custom validators. Could someone here please guide me to how this is done or stop me from seaching any longer if the DefaultModelValidator is the only one that Maven supports.
Chris