/selenic-maven-plugin

Maven plugin for Parasoft Selenic

Primary LanguageJavaApache License 2.0Apache-2.0

selenic-maven-plugin

Maven plugin for Parasoft Selenic.

See the Plugin Documentation

Include the Selenic Maven Plugin in your project:

  <build>
    <plugins>
      <plugin>
        <groupId>com.parasoft</groupId>
        <artifactId>selenic-maven-plugin</artifactId>
        <version>1.0.0-SNAPSHOT</version>
      </plugin>
    </plugins>
  </build>