Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven Embedder
-
Labels:None
-
Environment:Maven embedder plugin 2.1.0.20080530-2300, Maven 2.0.9
Description
I've noticed that with m2eclipse (and I saw the same previously when using q4e) that the pluginManagement section of the uppermost parent is not inherited to child modules.
So in a child module I have:
<build>
<plugins>
<artifactId>foo</artifactId>
<groupId>bar</groupId>
</plugins>
</build>
and in the uppermost parent I have the version and various other things specified in the pluginManagement.
Building from the command line works no problems. But in eclipse it has all sorts of errors as it's not honouring the version (and possibly other configs) defined in the pluginManagement that ought to have been inherited... and is instead is trying to download :RELEASE.
Lachlan, please provide test project that would allow us to reproduce. Also specify step by step instructions and what you are expecting to get. Please be specific and the more details you will provide, the easier it would be for us to reproduce and fix this. See this wiki page for some hints [1]. Thanks.
[1] http://docs.codehaus.org/display/M2ECLIPSE/Reporting+Issues