|
Here is another example of resources: <testResource> the eclipse-project only includes */.properties Actual: Expected: I ran across a similar example where WTP was tricked by eclipse:eclipse but mvn package built working package artifacts (a war project):
This will generate <classpathentry ... including="filterMe.properties" excluding="*/.java"/> which leads to Web Tools Project only exporting filterMe.properties and skipping other files. The war file created in mvn clean package on the other hand will properly include all files in src/main/resources. i would try to fix this issue but i need some advice ... how can i start? Just checkout the sources I try to document the setup for eclipse in my blog I guess the right place is the method extractResourceDirs in EclipsePlugin (line 1430) ... // TODO: figure out how to merge if the same dir is specified twice Where is the right place for "discussions", e.g. how we can implement such a merge-algorithm? |
|||||||||||||||||||||||||||||||||||||||||||||
it would be nice if anybody can fix this issue ... eclipse:eclipse is not useable if more than one resource (with filter) is defined
i thing the fix can not be so hard ?!