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

exists-maven-plugin v0.1.0 incompatibility with maven 3.3.9 and older #14

Closed
oliverlockwood opened this issue Jul 3, 2019 · 2 comments

Comments

@oliverlockwood
Copy link

If you try to use v0.1.0 of this plugin on an older version of Maven, you will experience symptoms similar to those described in jeremylong/DependencyCheck#1054.

v0.0.6 continues to work fine.

I had upgraded this after reviewing the output of mvn versions:display-plugin-updates; while some new plugin versions specified that they would require a minimum of e.g. 3.5.4, this one did not:

[INFO] The following plugin updates are available:
[INFO]   org.honton.chas:exists-maven-plugin ................ 0.0.6 -> 0.1.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.3.9
[INFO] Plugins require minimum Maven version of: 3.3.9
[INFO]
[INFO] Require Maven 3.5.4 to use the following plugin updates:
[INFO]   org.codehaus.mojo:license-maven-plugin .............. 1.20 -> 2.0.0

Perhaps you could ensure that the published plugin compatibility is accurate, to avoid other people encountering the same issue?

Thanks!

@chonton
Copy link
Owner

chonton commented Jul 5, 2019

Thanks for the report.
I've updated the readme to indicate minimum required versions.
Next release will enforce the minimum required versions for java and maven.

@oliverlockwood
Copy link
Author

Sounds reasonable to me. Since changing and republishing artifacts is generally a Bad Thing, I can't ask for more so I think we can consider this issue closed.

Thanks!

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

No branches or pull requests

2 participants