Hi, have a look at the getting started documentation here:
http://maven.apache.org/guides/getting-started/index.html#How%20do%20add%20resources%20to%20my%20JAR? -Tim Darren Hartford schrieb:
Hey all, Working on an EJB3 project and the 'test' continues to fail. I think I know why but not sure how to do it. When the classes are compiled they are stored to target/classes/**/*.class. I need to also have from src/java/META-INF/persistence.xml to also copy over to target/classes/**/*.class (or from another directory location). This will also need to happen during package/deploy, but stuck at test at the moment ;-) Recommendations for dealing with this META-INF file? Thanky, -D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
