Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-1
-
None
-
WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
Description
Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
See the attached pom.xml as an example.
Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
Note that the goal should not execute because it is inside the <pluginManagement> section.