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
In the following plugin declaration, the configure goal is used but no configuration is declared. This results in a NullPointerException. This is confusing, and does not provide the API user with any guidance on how to proceed.
In the following plugin declaration, the configure goal is used but no configuration is declared. This results in a
NullPointerException
. This is confusing, and does not provide the API user with any guidance on how to proceed.The plugin should throw a
MojoFailureException
with a helpful message that instructs the API user to declare appropriate configuration for the goal.The text was updated successfully, but these errors were encountered: