Hi, I have a project that uses a set of sample data for unittesting on the project. Since there are many other developer on the project, this would help them simulate the same working environment.
The test folders are in the project root- src/test/testdata/abc.doc and so on... This has been a standard practise in my company. However, when I run mvn test, I see that this folder is not copied under the target/test-classes folder. Is there a way to make sure that this folder is copied. Keeping the same folder structure. Thanks, Karthik Krishnan -- View this message in context: http://www.nabble.com/mvn-add-test-folders-tp17120968p17120968.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
