[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-155) MavenImporer flattens structure of resources

Karel Piwko (JIRA) jira-events at lists.jboss.org
Mon Nov 11 12:19:05 EST 2013


Karel Piwko created SHRINKRES-155:
-------------------------------------

             Summary: MavenImporer flattens structure of resources
                 Key: SHRINKRES-155
                 URL: https://issues.jboss.org/browse/SHRINKRES-155
             Project: ShrinkWrap Resolvers
          Issue Type: Bug
          Components: impl-maven
    Affects Versions: 2.0.0
            Reporter: Karel Piwko
            Assignee: Karel Piwko


*When*:

I have resources likes

* src/main/resources/foo.properties
* src/main/resources/nested/bar.properties

*Expect*:

WAR Archive have these entries as:

* /WEB-INF/classes/foo.properties
* /WEB-INF/classes/nested/bar.properties

*Current behavior*:

* /WEB-INF/classes/foo.properties
* /WEB-INF/classes/nested
* /WEB-INF/classes/bar.properties


--
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