Hi Michael, no magic configuration to share since we had a seperate webtest project triggered by CruiseControl. Having said that it should be straightforward to start the jetty-maven-plugin and the webtest-maven-plugin from within the pom (whatever straightforward means in maven terms)
Cheers, Siegfried Goeschl Michael Habbert wrote: > Hi Siegried, > > year I'm too interested in using the webtest-maven-plugin. > At the moment I do start the jetty-container by hand and do call the > webtest with the ant file. > For now it is a start, but not for the other developer of the project. > > Do you use the plugin this way in your project? > Can you share your configuration? > > Thanks > > Michael Habbert > > Siegfried Goeschl schrieb: >> Hi David, >> >> any feedback from your side is welcome ... hint, hint ... :-) >> >> Siegfried Goeschl >> >> David C. Hicks wrote: >> >>> Ah! Well, that wouldn't work out so well, would it? :-) >>> Thank you for pointing me in the right direction. >>> Dave >>> >>> Siegfried Goeschl wrote: >>> >>>> Hi David, >>>> >>>> the bad news: the maven-webtest-plugin-1.5 is a M1 plugin and is not >>>> expected to work with M2 >>>> the good news: you can download the current M2 plugin from >>>> http://people.apache.org/~sgoeschl/download/maven-plugins/webtest-maven-plugin/webtest-maven-plugin-0.6.3-project.zip >>>> >>>> >>>> >>>> >>>> [...] >>>>>>> I've been trying to get the maven-webtest-plugin working, but I >>>>>>> keep >>>>>>> getting an error indicating that the "PluginDescriptor" cannot be >>>>>>> found. Any idea what this means and how to fix it? I installed >>>>>>> the >>>>>>> maven-webtest-plugin in my local repository from a downloaded jar >>>>>>> file. I assume that getting it to run should be as easy as >>>>>>> including >>>>>>> the plugin into the <build> area, like so: >>>>>>> >>>>>>> <build> >>>>>>> <plugins> >>>>>>> <plugin> >>>>>>> <groupId>maven-plugins</groupId> >>>>>>> <artifactId>maven-webtest-plugin</artifactId> >>>>>>> <version>1.5</version> >>>>>>> </plugin> >>>>>>> >>>>>>> Thanks, >>>>>>> Dave >>>>>>> > [...] > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

