
|
If you were logged in you would be able to see more operations.
|
|
|
Maven 2
Created: 29/Nov/05 04:16 AM
Updated: 21/Feb/06 12:17 AM
|
|
| Component/s: |
POM
|
| Affects Version/s: |
2.0
|
| Fix Version/s: |
2.0.3
|
|
|
<executions> section in <pluginManagement> isn't propagated to child POMs (as <configuration> is).
The workaround is to use <plugins> with <inherited>true</inherited>
Is this on purpose ?
|
|
Description
|
<executions> section in <pluginManagement> isn't propagated to child POMs (as <configuration> is).
The workaround is to use <plugins> with <inherited>true</inherited>
Is this on purpose ? |
Show » |
|
MNG-1499released with 2.0.1 could have fixed this.... I tried it on my machine and found the executions to be inherited.Can you try using 2.0.1 and see if its fixed?