You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Salve
Hi,
I am running into a problem where I have Maven submodules that use
salve for tests. I have to put the salve.xml config file into src/main/
resources/META-INF, but in my main Maven project (that depends on the
former one) I have another salve.xml. This results in
Error creating zip file ... duplicate entry: META-INF/salve.xml
What is the suggested solution for that?
Thanks,
Kaspar
Igor Vaynberg
unread,
Sep 16, 2009, 10:57:46 AM9/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to salve...@googlegroups.com
have a single salve.xml in your src/main/java/META-INF or
src/main/resources/META-INF, it will be used by main and test classes
alike because tests have both src/main and src/test on the classpath
when executing.