Skip to content

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

@xjusko

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>

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