The Maven Selenium Plugin 1.1 version has been released.
The most important fix is the Maven 3 compatibility !
Improvement
- [MSELENIUM-66] - Support Maven 3 (upgrade to GMaven 1.3)
- [MSELENIUM-67] - Reuse Xvfb for multi-module project
Don't miss to update the version in your pom
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
Have Fun !
No comments:
Post a Comment