Dear users and developers, I have a module with this files /src/main/resources/META-INF/persistence.xml /src/main/resources/log4j.xml
In the pom, I have set <index>true</index> for the maven-jar-plugin After package as a jar, the log4j.xml is listed but META-INF/persistence.xml is not listed in the "META-INF/INDEX.LIST" file. So, my question is, whether put the persistence.xml in the /src/main/resources/META-INF/ is a correct and supported way? Or I should put these files in some other place? Thanks in advance Best regards, Zarick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
