What I did is that, I manually added resources folder which had changed FTL file in the project folder structure under the path src/main. Now through eclipse, I right click on and gone to configure build path where I link resources folder and also created environment variable as well.This was fruitful as when I tried to run storyDriver.java via Junit, test case was getting run successfully and custom report were generated due to the changes I made in FTL file..but when I try to run through maven , the resources folder data was not at all getting picked up/read hence no custom report got generated.. can somebody please suggest how I can make it read the resources folder through maven?I mean , I am not an expert in Maven so what I did in eclipse for reading resources folder, how I can do the same in POM file?
Cheers, kashu -- View this message in context: http://maven.40175.n5.nabble.com/How-to-read-new-Folder-data-tp5754909.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]
