I have a maven war project that includes another maven jar project.
When I click on Right button > run as > server and select my war project, I have the following error :
Publishing failed
Error creating zip file t3-conformity.jar: duplicate entry: compliance_template.html
duplicate entry: compliance_template.html
Error creating zip file t3-conformity.jar: duplicate entry: compliance_template.html
duplicate entry: compliance_template.html
This file is in src/main/ressources AND in src/test/resources.
I think, that the files in src/test/resources MUST not be deployed (as it is pretty common to override a file in the tests) !


Reply With Quote