Hi,
I'm trying to migrate from tomee-maven-plugin to
tomee-embedded-maven-plugin (to get the nicer exploded war reloading).
An issue I have is that I love that tomee uses my
${project.basedir}/src/main/webapp for the web resources. Unfortunately
there is also our resources.xml (under webapp/WEB-INF), and we take
advantage of maven resource filtering there (${xxx} substitutions).
Is there a way to get tomee-embedded-maven-plugin to read from
${project.basedir}/src/main/webapp, EXCEPT for WEB-INF and META-INF?
I see we can define an inline server.xml & tomee.xml, what about
beans.xml, web.xml, context.xml, resources.xml..., how should we handle
this?
Thank you!
emmanuel
- tomee-embedded-maven-plugin and resources maven filteri... Emmanuel Touzery
-