Uploaded image for project: 'ShrinkWrap Resolvers'
  1. ShrinkWrap Resolvers
  2. SHRINKRES-111

MavenImporter does not handle overlays configuration from war-plugin

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Minor
    • None
    • 2.0.0-beta-2
    • maven
    • None

    Description

      When importing a pom.xml that defines an overlay via MavenImporter, this configuration is ignored.

      <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
                <configuration>
                          <overlays>
                                    <overlay>
                                              <groupId>com.blah</groupId>
                                              <artifactId>common-web-resources</artifactId>
                                              <excludes>
                                                        <exclude>META-INF/**</exclude>
                                                        <exclude>WEB-INF/lib/**</exclude>
                                              </excludes>
                                    </overlay>
                          </overlays>
                </configuration>
      </plugin>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kpiwko Karel Piwko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: