Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-beta-3
-
Component/s: jelly/ant integration
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
There's a bug in m1.1 that doesn't exist in m1.0.X
When you define a variable in a custom goal for a project, this last one is available for others projects.
It cause a problem for example if you use several multiproject:goal.
We have this problem in maven-plugins when we launch the goal plugins:test-all
If a plugin use the multiproject with a new goal (<j:set:var="goal" ...), than the reactor use this goal for all plugins after it.
I attached a test case for the multiproject plugin. It works with maven 1.0.2 but not with maven 1.1-beta2.
Attachments
Issue Links
| This issue is related to: | ||||
| MPMULTIPROJECT-49 | Can not mix multiproject goals with other/custom goals |
|
|
|
| This issue is depended upon by: | ||||
| MPMULTIPROJECT-60 | goal in multiproject:goal isn't correctly called if the tag is used several times in a build with different goals |
|
|
|
| MAVEN-1638 | Post goals in plugins only seem to run once |
|
|
|
this is probably related to Jelly 1.0's change in tag caching.