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
When invoking Maven with redundant lifecycle phases, e.g. mvn clean package verify install, goals are executed multiple times even though that's rarely what was intended. That usage should end in at least a warning. In a best case it should end the build with an error.
When invoking Maven with redundant lifecycle phases, e.g.
mvn clean package
verify install, goals are executed multiple times even though that's rarely what was intended. That usage should end in at least a warning. In a best case it should end the build with an error.Based on #14
The text was updated successfully, but these errors were encountered: