Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-6051

Different plugins' executions aren't sorted between them

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.3.9
    • None
    • Plugins and Lifecycle
    • None

    Description

      If you specify several plugins attached to same phase, and want to achieve particular order of them, for example:
      plugin1.exec1
      plugin2.exec2
      plugin3.exec3
      plugin1.exec4

      You'll get unexpected order of executions:

      plugin1.exec1
      plugin1.exec4
      plugin2.exec2
      plugin3.exec3

      When your logic requires that a lot of actions is required to be made in particular order - you simply can't, because of this plugin execution grouping.

      Attachments

        1. pom.xml
          2 kB
          Alexander Yerenkow

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yerenkow Alexander Yerenkow
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: