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
Furthermore, a build phase can also have zero or more goals bound to it. If a build phase has no goals bound to it,
141
141
that build phase will not execute. But if it has one or more goals bound to it, it will execute all those goals.
142
142
~~~
143
-
~~~ Check if the following is true for Maven 3...
144
-
(<Note: In Maven 2.0.5 and above, multiple goals bound to a phase are executed in the same order as they are declared in the
145
-
POM, however multiple instances of the same plugin are not supported. Multiple instances of the same plugin are grouped to execute together and ordered in
146
-
Maven 2.0.11 and above>).
143
+
Multiple goals bound to a phase are executed in the same order as they are declared in the
144
+
POM. Multiple instances of the same plugin are grouped to execute together.
0 commit comments