...
Add the plug-in to your project pom.xml file:. The following example shows how to add the dependency for Selenic version 2020.1, but you should use the current version in your build file.
Code Block | ||
---|---|---|
| ||
<build> <plugins> <plugin> <groupId>com.parasoft.selenic</groupId> <artifactId>selenic-maven-plugin</artifactId> <version>2020.1.0-SNAPSHOT</version> </plugin> </plugins> </build> |
...