Is it possible to use maven only for running selenium plugin?

Posted by tputkonen on Stack Overflow See other posts from Stack Overflow or by tputkonen
Published on 2010-06-16T12:52:42Z Indexed on 2010/06/16 13:02 UTC
Read the original article Hit count: 184

Filed under:
|
|

Our pom.xml currently contains both the build settings, as well as execution of selenium using selenium-maven-plugin.

I would like to split it in to two pom files, one for the build and unit tests and the second one for executing selenium tests. (This way I could first build the project in Hudson, and after successful build execute Selenium tests using another project).

Is it possible to configure maven to only execute the selenium-maven-plugin?

© Stack Overflow or respective owner

Related posts about java

Related posts about selenium