http://www.slideshare.net/brettporter/more-apache-maven-best-practices-presentation
On 24/11/2009, at 8:17 AM, Chicorio wrote: > > Hey Brettporter, could i have this slide as well?! > thanks > > > brettporter wrote: >> >> You're correct, though realistically a number of projects go for a >> separate >> project for this type of testing. >> I'm currently preparing some slides on this for my talk at ApacheCon - >> they >> should be posted after the conference. If anyone has any particular >> testing >> practices they want to see covered, let me know :) >> >> Cheers, >> Brett >> >> 2008/10/14 陈思淼 <[email protected]> >> >>> If the Project contains lots of subproject and the final project result >>> is >>> a >>> Big EAR package. >>> I think the integration-test is to put the ear package into jboss or >>> other >>> app server to do the test thing lots of environment variable for example: >>> database connection parameter, the domain url, the SOA service url are >>> different with the unit test. >>> >>> but the integration-test is hard to perform because of the environment >>> difficult. >>> I can see the maven-war-plugin have the war:run mojo binding with the >>> integration-test , Is there any best practice who can make smooth and >>> productive integration-test in their project, can you share with me ? >>> >> >> >> >> -- >> Brett Porter >> http://blogs.exist.com/bporter/ >> >> > > -- > View this message in context: > http://n2.nabble.com/The-integration-test-phase-meaning-tp1331698p4054041.html > Sent from the maven users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
