For my projects Necessity i regroup all the persistence.xml entries in one core project which i bind as maven dependency wherever i need.
The problem is that the eclipse
I assume it is the JPA perspective that you have configred.
I just created an "empty" persistence.xml in src/main/java/META-INF. It would be seen by maven, so never gets further...It's a hack, I know, but it works...