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
You have bind the maven-release-plugin somewhere in the default lifecyle ?
This plugin goal is to list what's executed by Maven, by default it simulates the deploy phase.
You can change that with the -Dbuildplan.tasks property.
For the maven-release-plugin as you're usually running it by typing mvn release:prepare and release:perform, there is no goal execution linked to any phase of the default Maven lifecycle.
Using:
Does not list in
Output:
The text was updated successfully, but these errors were encountered: