Hi list and fellow maven users,
i need to have flattened resources in my own jar built frameworks. Why ? Because it fails to find the components inside subfolders. So as written in the wiki, i did this : <configuration> <flattenResources>true</flattenResources> </configuration> It works ok but that flattens also the webserver resources, which then can't be found by WOImage. Is there a way to flatten the resources and not the web server resources ? I found a maven way but would prefer a better and reusable solution like : - having a resource manager that can find non-flattened resources in jar frameworks as well as regular framework bundles (perhaps i'm missing something here) - adding a flattenWebServerResources to the maven-wolifecycle-plugin
Am i the only one to have this problem ?
Cheers,
Alex |