I\'m pretty new to maven and I want to run my test classes using maven. I have generated the testng.xml and I have created the POM.xml file also. But when you run the
Set testng's scope to "provided" if you're building a web app and don't want it included in WEB-INF/lib.