Uploaded image for project: 'Maven WAR Plugin'
  1. Maven WAR Plugin
  2. MWAR-66

No control over war overlay order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.1-alpha-1
    • None
    • None

    Description

      In order to do proper overlaying of the wars, we must have exact control over the order of layering. Currently the wars are specified in the dependencies and there's no guarantee to the order. The only solution that comes to mind is additional configuration in the war plugin to specify the order like:

      <configuration>
      <overlays>
      <overlay>group-artifact-version-type</overlay>
      <overlay>group-artifact-version-type</overlay>
      <overlay>group-artifact-version-type</overlay>
      </overlays>
      </configuration>

      Attachments

        Issue Links

          Activity

            People

              snicoll Stephane Nicoll
              brianf Brian E Fox
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: