Skip to content

parasoft/selenic-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>