[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-111) MavenImporter does not handle overlays configuration from war-plugin

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Feb 26 13:04:56 EST 2013


Karel Piwko created SHRINKRES-111:
-------------------------------------

             Summary: MavenImporter does not handle overlays configuration from war-plugin
                 Key: SHRINKRES-111
                 URL: https://issues.jboss.org/browse/SHRINKRES-111
             Project: ShrinkWrap Resolvers
          Issue Type: Feature Request
          Components: impl-maven
    Affects Versions: 2.0.0-beta-2
            Reporter: Karel Piwko


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

{code:xml}
<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>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list