test:test goal being run multiple times

2005-03-03 Thread Galder Zamarreÿfffffffffff1o
I've got a project where i run clover and junit to get coverage and unit testing reports. At the moment, the test:test goal is run for both goals. I would like to know whether something is going to be done about this in future maven or junit or clover plugin versions? such as being able to indicate

RE: issue w/ test:test goal being run multiple times when dist goal is executed

2004-08-05 Thread Carlos Sanchez
, 2004 3:59 PM > To: [EMAIL PROTECTED] > Subject: issue w/ test:test goal being run multiple times > when dist goal is executed > > When I run "maven dist", my project's unit tests get run three times: > > 1) because test:test is a prereq of jar:jar > 2) bec

RE: Avoid running multiple goals (was: RE: issue w/ test:test goal being run multiple times when dist goal is executed)

2004-07-30 Thread March, Andres
, July 30, 2004 12:03 PM > To: 'Maven Users List'; [EMAIL PROTECTED]; 'Maven Developers List' > Subject: Avoid running multiple goals (was: RE: issue w/ test:test goal > being run multiple times when dist goal is executed) > > I personally run site with junit,

Avoid running multiple goals (was: RE: issue w/ test:test goal being run multiple times when dist goal is executed)

2004-07-30 Thread Carlos Sanchez
ailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 6:41 PM > To: Carlos Sanchez; 'Maven Users List' > Subject: RE: issue w/ test:test goal being run multiple times > when dist goal is executed > > Yeah, I'm actually thinking that the pregoal would be the way >

RE: issue w/ test:test goal being run multiple times when dist goal is executed

2004-07-30 Thread Eric Pugh
] > Sent: Friday, July 30, 2004 5:44 PM > To: 'Maven Users List'; [EMAIL PROTECTED] > Subject: RE: issue w/ test:test goal being run multiple times when dist > goal is executed > > > Hi, > > Just be sure that it does't break plugins that need to rerun

RE: issue w/ test:test goal being run multiple times when dist goal is executed

2004-07-30 Thread Carlos Sanchez
, 2004 5:41 PM > To: Maven Users List > Subject: RE: issue w/ test:test goal being run multiple times > when dist goal is executed > > I've seen the same thing, and actually thought about some > fixes.. Could > make junit-report smarter to only run if the unit test

RE: issue w/ test:test goal being run multiple times when dist goal is executed

2004-07-30 Thread Eric Pugh
ue.. Eric > -Original Message- > From: Springer, Ian P. [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 6:48 PM > To: [EMAIL PROTECTED] > Subject: issue w/ test:test goal being run multiple times when dist goal > is executed > > > When I run "maven di

issue w/ test:test goal being run multiple times when dist goal is executed

2004-07-30 Thread Springer, Ian P.
When I run "maven dist", my project's unit tests get run three times: 1) because test:test is a prereq of jar:jar 2) because test:test is a prereq of war:webapp (which I call from a dist:prepare-bin-filesystem postgoal in maven.xml) 3) because junit-report:report does an attainGoal of test:tes