I have a maven-managed project with some modules (with jar package). Each module contains its "persistence.xml" file in its META-INF directory.
Another module has the responsibility to package these modules into a war file. But I have not found a way to "combine" these "persistence.xml" files into a single file.
Is it possible?