You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the plugin in a multi-module Maven project. To apply it consistently
to all modules, I configure it in the root/parent POM. However, this causes a
problem because in this setup, the plugin is also executed when the root
project itself is build. I think that the easiest way to avoid this is to
automatically skip execution of the plugin in Maven projects with packaging
"pom". Since these projects never have sources, there is no point in executing
the plugin anyway.
I've attached a patch that modifies AbstractCheckMojo in the suggested way.
Original issue reported on code.google.com by [email protected] on 18 Sep 2013 at 10:41
Original issue reported on code.google.com by
[email protected]
on 18 Sep 2013 at 10:41Attachments:
The text was updated successfully, but these errors were encountered: