Maven project : Resources folder

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Maven project : Resources folder

anand.dandekar
Hi Tarun,
When I create a Maven project, I don't see any folder created automatically for resources. Do I have to create it manually? I could not find any explanation in your training video about how it got created.
I can see only 2 folders, 'main' and 'test', under 'src' folder. There's nothing under these 2 folders.

Thanks.  
Reply | Threaded
Open this post in threaded view
|

Re: Maven project : Resources folder

softwaretestingforum
Administrator
hm in that case create it manually.
Under test - java and resource folders
You should be able to use them how I have in training sessions
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: Maven project : Resources folder

anand.dandekar
Ok will do. So I assume maven does not create it by default.
Thanks.