You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I'm trying to use the plugin on an existing maven project from the command line to check if there are any api differences compared to the latest relase with the following command:
But I need the maven plugin equivalent of the --ignore-missing-classes flag (or --new/old-classpath). I tried -Djapicmp.ignoreMissingClasses=true but this seems not to be implemented as it is also not listed in the documentation.
I do not want to add it permanently to the POM, at least not right away. Is there any other way to do this or would it be possible/desired to expose the other configuration parameters?
Thanks for this great tool, I could not use it yet, but the examples look exactly like the things I was looking for 👍
The text was updated successfully, but these errors were encountered:
Hey there, I'm trying to use the plugin on an existing maven project from the command line to check if there are any api differences compared to the latest relase with the following command:
But I need the maven plugin equivalent of the
--ignore-missing-classes
flag (or --new/old-classpath). I tried-Djapicmp.ignoreMissingClasses=true
but this seems not to be implemented as it is also not listed in the documentation.I do not want to add it permanently to the POM, at least not right away. Is there any other way to do this or would it be possible/desired to expose the other configuration parameters?
Thanks for this great tool, I could not use it yet, but the examples look exactly like the things I was looking for 👍
The text was updated successfully, but these errors were encountered: