I have a maven-managed project with some modules (with jar package) , each module contains its "persistence.xml" in its META-INF directory.
Another module take responsibilities to package these modules into a war file . But I find no way to "combine" these "persistence.xml" into one file ...
Is it possible ?
Thanks in advanced.