Re: [m2] Integration-test target runs integration tests twice...

2007-04-25 Thread Chris Richardson
with it? The lowerlevel one is only activated when a profile is activated via a property setting (which works flawlessly). -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 12:11 PM To: Maven Users List Subject: Re: [m2] Integration-test target runs

Re: [m2] Integration-test target runs integration tests twice...

2007-02-20 Thread Thierry Lach
] Sent: Monday, February 19, 2007 12:11 PM To: Maven Users List Subject: Re: [m2] Integration-test target runs integration tests twice... FYI for the future... Next time, use mvn help:effective-pom to help diagnose problems like this. Wayne On 2/19/07, EJ Ciramella [EMAIL PROTECTED] wrote: Ok, so I

RE: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread EJ Ciramella
1:39 PM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice... Those configuration options are for surefire, not maven. -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 11:39 AM To: 'Maven

Re: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread Wayne Fay
FYI for the future... Next time, use mvn help:effective-pom to help diagnose problems like this. Wayne On 2/19/07, EJ Ciramella [EMAIL PROTECTED] wrote: Ok, so I seem to have found out why this is happening. At the top most pom, we have a minor surefire configuration (we'd like all the

RE: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread EJ Ciramella
flawlessly). -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 12:11 PM To: Maven Users List Subject: Re: [m2] Integration-test target runs integration tests twice... FYI for the future... Next time, use mvn help:effective-pom to help diagnose

RE: [m2] Integration-test target runs integration tests twice...

2007-02-15 Thread EJ Ciramella
To me these look the same, can you point out where I went wrong? -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 2:47 PM To: 'Maven Users List' Subject: RE: [m2] Integration-test target runs integration tests twice... Sorry, I

RE: [m2] Integration-test target runs integration tests twice...

2007-02-15 Thread Bashar Abdul Jawad
/plugins /build /profile /profiles Bashar -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 7:35 AM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice... To me these look the same, can

RE: [m2] Integration-test target runs integration tests twice...

2007-02-15 Thread EJ Ciramella
Those configuration options are for surefire, not maven. -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 11:39 AM To: 'Maven Users List' Subject: RE: [m2] Integration-test target runs integration tests twice

RE: [m2] Integration-test target runs integration tests twice...

2007-02-15 Thread Bashar Abdul Jawad
So? Surefire plugin is what runs the tests. Bashar -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 11:39 AM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice... Those configuration options

RE: [m2] Integration-test target runs integration tests twice...

2007-02-14 Thread EJ Ciramella
-test it runs the *Utest.java tests twice. I'll attach the logs shortly... -Original Message- From: franz see [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 9:51 PM To: users@maven.apache.org Subject: Re: [m2] Integration-test target runs integration tests twice... Good day

RE: [m2] Integration-test target runs integration tests twice...

2007-02-14 Thread EJ Ciramella
: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 9:52 AM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice... So we have two types of tests, unit and integration. What we've attempted to do is bind the integration-test lifecycle

RE: [m2] Integration-test target runs integration tests twice...

2007-02-14 Thread EJ Ciramella
, Time elapsed: 25.23 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 10:20 AM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice

RE: [m2] Integration-test target runs integration tests twice...

2007-02-14 Thread Bashar Abdul Jawad
Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 8:20 AM To: Maven Users List Subject: RE: [m2] Integration-test target runs integration tests twice... Sorry I had that backward a bit, integration tests should only run the *Itest.java files

RE: [m2] Integration-test target runs integration tests twice...

2007-02-14 Thread Bashar Abdul Jawad
- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 12:44 PM To: 'Maven Users List' Subject: RE: [m2] Integration-test target runs integration tests twice... Hi, This is not a bug, your pom is not configured correctly. Try this in your POM file: plugin

Re: [m2] Integration-test target runs integration tests twice...

2007-02-13 Thread franz see
Good day to you, EJ, What happens twice? ...May I ask for the build logs in your console? Cheers, Franz EJ Ciramella-2 wrote: I'm having a problem binding our integration tests to the integration-test lifecycle goal. Can anyone explain why this would happen twice? Here's my pom: