No, doesn't work :-(
copernic Jeremy wrote: > > Might not help but just in case: > shouldn't you add the following headlines in your pom.xml?? > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns=" > http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=" > http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > > > > On 4/30/07, iDuke <[EMAIL PROTECTED]> wrote: >> >> >> Ok I can understand that the test phase is executed all the times when i >> execute the integration test. But my problem is, the integration test >> execution isn't executed at all. I have >> >> > [INFO] [surefire:test] >> > [INFO] Surefire report directory: C:\Documents and Settings\phk\My >> >> > [INFO] [surefire:test {execution: test}] >> > [INFO] Surefire report directory: C:\Documents and Settings\phk\My >> >> but there is no >> >> > [INFO] [surefire:test {execution: integration-test}] >> >> When I comment out the test execution, then the integration-test >> execution >> is performed. >> >> So when it is not commented out, then I would have expected that all >> three, >> the basic test, my test execution and also my integration-test execution >> are >> performed. >> >> I don't understand this. I also haven't found a good documentation where >> this is described in detail. I for example now "Better Builds with >> Maven". >> Everywhere I find tutorials but know details. >> >> >> >> >> >> >> >> >> >> dan tran wrote: >> > >> > You can not change the order of the phase even thou you explicitly set >> > them >> > in executions. Test phase always before integration phase >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/pom-executions-tf3668307s177.html#a10250357 >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/pom-executions-tf3668307s177.html#a10252983 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
