New itest folder: guidelines

2007-08-09 Thread venu reddy
Folks, I am planing to create my own folder (venu) in java/sca/itests and write few sample tests. Can any one please post if you have any guidelines on writing pom.xml (\java\sca\itests\venu\pom.xml) to include my sample tests for maven to build and execute. Thanks, Venu.

Re: New itest folder: guidelines

2007-08-09 Thread Luciano Resende
You could use some of the other project existing pom[1] as guidelines. The poms are all inheriting the necessary configuration to run the tests from the parent pom [2] and it looks like below : !-- surefire plugin configuration -- plugin

Re: New itest folder: guidelines

2007-08-09 Thread Venkata Krishnan
Hi Venu, To start with, you could also simply copy over one of the poms in the existing itests and modify the artifact names, dependencies etc. that is specific to what you plan to do. - Venkat On 8/9/07, venu reddy [EMAIL PROTECTED] wrote: Folks, I am planing to create my own folder (venu) in

Re: New itest folder: guidelines

2007-08-09 Thread Jean-Sebastien Delfino
venu reddy wrote: Folks, I am planing to create my own folder (venu) in java/sca/itests and write few sample tests. Can any one please post if you have any guidelines on writing pom.xml (\java\sca\itests\venu\pom.xml) to include my sample tests for maven to build and execute. Thanks, Venu.