-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
I'd like to configure japicmp in the root POM of my multi-module Maven project. Of course, no report is needed for the root module itself. Two settings seem to be provided to help with that:
skipPomModules>true</skipPomModules>
<packagingSupporteds>
<packagingSupported>jar</packagingSupported>
</packagingSupporteds
Unfortunately though, both don't take any affect, i.e. the plug-in is still run for the root module, resulting in an exception about the JAR file of that module missing (which is natural, as it has POM packaging). I took a quick look in the debugger and the mavenProject injected into the Mojo is null, resulting in an early return from the filter method.
Any idea why that could be the case?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels