Skip to content

MavenImporter does not handle overlays configuration from war-plugin #505

Description

@xjusko

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions