问题:
mvn clean assembly:assembly 时报错:
Maven JPA Fatal error compiling: java.lang.RuntimeException: javax.annotation.processing.FilerException: Attempt to recreate a file for type ***
解决:
persistence.xml 中加上
一般出现在有多个pu
参考:
http://stackoverflow.com/questions/8938889/filerexception-when-building-java-ee-6-project