I need to have persistence.xml file on the classpath in order to perform DDL generation using the Hibernate Tool hbm2ddl.
However I don't want the persistence.xml file to be included in the jar file. How can I exclude persistence.xml from the jar file even though it needs to be on the classpath earlier in the lifecycle? TIA -- View this message in context: http://www.nabble.com/How-do-I-exclude-an-xml-file-from-a-jar--tp19902363p19902363.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
