-
Notifications
You must be signed in to change notification settings - Fork 107
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
>=0.16.0: Cannot compare versions because the number of old versions is different than the number of new versions #359
Comments
Can you post the configuration of the maven plugin? Looks like you are using the option |
Successful with 0.15.7.
Thanks! |
We have same issue, we can not uplift to 0.16.0 or any newer version. we are stuck on 0.15.7. We have a multi module project with 40 modules and we only include the modules that have been modified during the test with the -pl option.
|
Have you tried a new version like 0.18.5? In these versions the code throwing the |
I am configuring a multimodule maven project to use the maven plugin.
But I see this error when i specify 4 jars in to compare against 4 jars in
If i skip entirely build succeeds but doesnt report missing classes.
This seems to be an issue only with v0.16.0 onwards, doesnt happen in v0.15.7.
Is it possible to compare oldVersion artifact(does NOT pull the classpath dependencies ) against the newVersion classpath dependencies(is pulled in automatically which is good)
Caused by: japicmp.exception.JApiCmpException: Cannot compare versions because the number of old versions is different than the number of new versions.
com.github.siom79.japicmp japicmp-maven-plugin 0.16.0
The text was updated successfully, but these errors were encountered: