[Webtest] Anyone using webtest with maven2 ?

Siegfried Goeschl webtest@lists.canoo.com
Thu, 10 Aug 2006 08:52:29 +0200


Hi,

AFAIK there is currently no Maven 2 plugin available therefore you might 
might use the maven-antrun-plugin.

Cheers,

Siegfried Goeschl

Ejaz Ahmed Syed wrote:
> Greetings,
> 
> I have a maven2 war project and I'm trying to figure out how to best use 
> the webtest with the war project. I added webtest as a dependency in the 
> war-pom.xml. I tried looking for goals that will build/run the webtests 
> as part of the maven build process, but not much luck. My objective is 
> to run webtest build during mvn-build process and have the project built 
> periodically on a continuum environment.
> 
> If anyone has done anything similar or has some info on how to get this 
> up and running in mvn, plz share the info. It would be a great help.
> 
> The artifact is available at www.ibiblio.org/maven2/webtest/webtest 
> <http://www.ibiblio.org/maven2/webtest/webtest> for maven2 to download 
> the resources.
> 
> Thanks,