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
Replace MavenProject.getBuildPlugin() usage with MavenProject.getModel().getBuild().getPlugins() due to the former returning an unmodifiable list since Maven 3.6.0
0 commit comments