On Wed, Oct 7, 2009 at 3:00 AM, Entner Harald <[email protected]> wrote: > You can use the build-helper-maven-plugin to add additional source folders. [del] > -----Ursprüngliche Nachricht----- > Von: tbar0711 [mailto:[email protected]] > Gesendet: Dienstag, 6. Oktober 2009 17:45 > An: [email protected] [del]
> In my Test project I have added a source folder named bootstrap to the build > path. Also I have got a user library with some jars. In my build path I have > defined a reference to the Core project (required project on the build path > in Projects). > Alternatively move the stuff in your bootstrap folder into a directory maven knows about? What is in this folder? Based on the answer choose one of the following: src/main/java - your java code src/main/resources - the resources on the classpath that your java code needs. src/test/java - your test java code src/test/resources - the resources on the test classpath that your test java code needs. I suspect that you want src/test/resources --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
