Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow validation for projects with POM packaging #11

Closed
camshoff opened this issue May 21, 2015 · 3 comments
Closed

Allow validation for projects with POM packaging #11

camshoff opened this issue May 21, 2015 · 3 comments
Assignees

Comments

@camshoff
Copy link

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.

@hgschmie
Copy link
Contributor

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

@hgschmie
Copy link
Contributor

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

@hgschmie hgschmie self-assigned this Jun 17, 2015
@camshoff
Copy link
Author

This is great news... Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants