2016年4月1日 | Leave a comment 问题: 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 中加上 <exclude-unlisted-classes>true</exclude-unlisted-classes> 1 <exclude-unlisted-classes>true</exclude-unlisted-classes> 一般出现在有多个pu 参考: http://stackoverflow.com/questions/8938889/filerexception-when-building-java-ee-6-project