I am trying to run selenium html test using maven
my pom is asl following:
<parent>
<groupId>id</groupId>
<artifactId>asap-root</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>yyyy</groupId>
<artifactId>zzzz</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>asap-webtest</name>
<scm>
<connection>xxxx</connection>
...