Being new to maven ,i m uanble to add below plugin dependency in pom.xml,can someone please help me
Need to add this
org.apache.maven.plugins maven-compiler-plugin 2.3.2. 1.7 1.7 org.apache.maven.plugins maven-surefire-plugin 2.12 true testng.xmlExiting Pom.xml
4.0.0 www.asr.com asr 0.0.1-SNAPSHOT
<dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>3.141.59</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>7.3.0</version> <scope>compile</scope> </dependency> </dependencies>
org.apache.maven.plugins maven-compiler-plugin 2.3.2. 1.7 1.7 org.apache.maven.plugins maven-surefire-plugin 2.12 true testng.xml? - ominug