Is it compulsary that i import the project via mvn in eclips | Selenium Forum
M
Posted on 04/02/2016
As in video i created com.qtpselenium.framework.datadriven via mvn & then imported it in eclipse , rest all packages created directly in eclipse.
Now if i put xls_Reader.java in util folder, poi specific jars are not downloaded by default & show me lot of errors in xls_Reader.java file


What should be done to make mvn to download poi jars on its own?

Reference:
attachments

M
Replied on 04/02/2016

have you added poi api in reference library?


M
Replied on 05/02/2016

no sir, i thought maven would download poi api on its own....


M
Replied on 05/02/2016

maven would download and project would also run if you do "mvn test" but for eclipse you have to add the maven variables.