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]

Reply via email to