[
https://jira.codehaus.org/browse/MWAR-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl-Heinz Marbaise updated MWAR-157:
-------------------------------------
Fix Version/s: (was: backlog)
> webResources paths NOT resolved relative to pom.xml but relative to 'current
> directory'
> ---------------------------------------------------------------------------------------
>
> Key: MWAR-157
> URL: https://jira.codehaus.org/browse/MWAR-157
> Project: Maven WAR Plugin
> Issue Type: Bug
> Affects Versions: 2.0
> Environment: windows
> Reporter: koen handekyn
> Attachments: patch157.patch
>
>
> in the documentation it is stated that directories are relative to the
> pom.xml which is how it should be indeed.
> however, the runtime behaviour is that webResources directories are resolved
> relative to the 'current working directory'.
> {code:xml}
> <webResources>
> <resource>
> <!-- this is relative to the pom.xml directory -->
> <directory>myup-web/src/main/web-resources</directory>
> </resource>
> </webResources>
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)