basepom/duplicate-finder-maven-plugin

Allow validation for projects with POM packaging

Closed this issue · 3 comments

When building EAR files, we usually do not use EAR packaging, but a packaging of POM and configure various plugins to build the deployment files. Nevertheless, we'd like to run duplicate-finder plugin at this point, because it's at the end of the build chain.

Unfortunately, the plugin does not work on such projects, issuing a message:
Ignoring POM project!

This was not the case for maven-duplicate-finder-plugin. Please find a way to run the plugin on POM style projects, too -- for instance by forcing it with some config option.

This is a good idea. Will add a switch to allow checking POM projects.

Should be fixed with 4810f25, will be in 1.2.0 release.

This is great news... Thanks!