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

CLONE - dependentWarExcludes is deprecated but

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 2.1.1
    • None
    • overlay
    • None

    Description

      Hello,

      DependentWarExcludes is marked as deprecated. Documentation says to use <overlay>/<excludes> instead.
      But it seems to me that it is not possible to get the same behaviour with <overlay>/<excludes> as in this case we have to provide groupIds and artifactIds.
      Maybe this behaviour could be reproduced when setting both groupId and artifactId to * as below :
      <overlays>
      <overlay>
      <excludes>
      <groupId>*</groupId>
      <artifactId>*</artifactId>
      <exclude>*/</exclude>
      </excludes>
      </overlay>
      </overlays>

      By the way, I found this, by looking for a way to disable overlay. The workaround I thought was configuring your plugin to exclude every files when overlaying.
      I think it would be nice to have a configuration parameter for that.

      Many thanks,

      Dool

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            joehni Joerg Schaible
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: