Maven test failure xml FileNotFoundException

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-05-24T08:21:56Z Indexed on 2010/05/24 8:31 UTC
Read the original article Hit count: 306

Filed under:
|
|
|

My Maven build is failing on Hudson with a FileNotFoundException, I do not get the same failure through NetBeans. The FileNotFoundException is for some xml files in the same packages as my test classes themselves. It would appear these are not getting copied as part of the build in the same way the class files are. Do I have to add something to my POM for the xml files to be copied?

If any more information is required please let me know, I wanted to keep the question short incase it was something simple.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about netbeans