[m2] JUnit test using files, with multiple modules

2005-06-15 Thread Tournié Jean-Michel
Hello all, I have a problem using m2, when I execute a JUnit test who loads a configuration file, in a multiple modules project. My project structure is : my-app +- pom.xml +- my-module1 +- pom.xml +- src +- config-test +- my-file.txt - This file

RE: [m2] JUnit test using files, with multiple modules

2005-06-15 Thread Tournié Jean-Michel
probably the same thing in m2 Nicolas 2005/6/15, Tournié Jean-Michel [EMAIL PROTECTED]: Hello all, I have a problem using m2, when I execute a JUnit test who loads a configuration file, in a multiple modules project. My project structure is : my-app +- pom.xml +- my-module1