https://bugzilla.redhat.com/show_bug.cgi?id=1092096 --- Comment #5 from gil cattaneo <puntogil@xxxxxxxxx> --- more of resources are copied in wrong place see http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html can you try to change your template pom with <resource> <directory>src</directory> <includes> <include>**/*.cnf</include> <include>**/*.properties</include> <include>**/*.png</include> </includes> <excludes> <exclude>**/*.java</exclude> <exclude>**/*.html</exclude> </excludes> </resource> -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review