Should I expect the files in main / resources to be in the classpath when the maven plugin starts? So they will be available for the application in which I work inside the pier? Will I be able to load them as class resources, and not through the file system?
The same question is about running junit tests inside Eclipse using the Eclipse Maven plugin.
If this directory is not in the classpath, can I add it?
source
share