Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 3.0.3
-
Component/s: None
-
Labels:None
-
Environment:N/A
-
Complexity:Intermediate
-
Number of attachments :
Description
AFAIK plugins should be execute in the same order as they are listed in the POM, when bound to the same phase. This does not happen, the execution order is arbitrary.
Issue Links
- is duplicated by
-
MNG-5088
The order of plugins within the same phase cannot be specified in Maven 3
-
- is related to
-
MNG-5478
Order of plugin execution does not match order of definition in profile
-
-
MNG-1994
Execution order of child plugins is arbitrary if inheritance is involved
-
-
MNG-2784
Multiple executions of the same plugin at the same life cycle phase in a multi-module profile mixed up
-
-
MNG-3719
[regression] plugin execution ordering no longer POM ordered in 2.0.9
-
-
MNG-4341
[regression] Plugins are not executed in POM order
-
-
MNG-4727
Allow ordering plugin execution via <id/>
-
- is superceded by
-
MNG-1412
dependency sorting in classpath
-
- relates to
-
MNG-5090
Maven End Users should be able to control the execution order of plugins without creating a custom Lifecycle and Package Type
-
- links to
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.1 [ 11704 ] |
| Fix Version/s | 2.1.x [ 13142 ] | |
| Fix Version/s | 2.1 [ 11704 ] |
| Patch Submitted | [Yes] |
| Patch Submitted | [Yes] | |
| Assignee | John Casey [ jdcasey ] | |
| Priority | Major [ 3 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] |
| Fix Version/s | 2.1 [ 13142 ] |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Duplicate [ 3 ] |
| Priority | Blocker [ 1 ] | |
| Fix Version/s | 2.2.0 [ 15103 ] |
| Resolution | Duplicate [ 3 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Assignee | John Casey [ jdcasey ] |
| Fix Version/s | 2.2.0 [ 15103 ] |
| Attachment | mavenTest.zip [ 43861 ] |
| Fix Version/s | Issues to be reviewed for 3.x [ 13145 ] |
| Labels | maven-messy |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Assignee | Benson Margulies [ bmargulies ] | |
| Fix Version/s | 3.0.3 [ 17061 ] | |
| Fix Version/s | Issues to be reviewed for 3.x [ 13145 ] | |
| Resolution | Fixed [ 1 ] |
| Labels | maven-messy |
| Remote Link | This issue links to "KARAF-1681: generate-features-xml does not generate anything, no log/warning (Web Link)" [ 10001 ] |
I'm having the same problem. I need to run two plugins in the generate-sources phase, where one depends on the output of the other.
For more information, please see http://www.nabble.com/Plugin-execution-order-within-lifecycle-phase-t1541372.html#a4187121