Actually, we are intending for testng to execute as a part of surefire in the future.
- Brett On 10/17/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Thanks Mika, that has the desired effect. I still wonder if there is or > could be a better way. Since we don't plan to use junit, it seems like a > waste to go get the surefire plugin for nothing. > > -----Original Message----- > From: mika [mailto:[EMAIL PROTECTED] > Sent: Monday, October 17, 2005 7:39 PM > To: Maven Users List > Subject: Re: m2 stop surefire from launching junit > > adding something like this to your build-section should skip > surefire-junit tests - if i remember well ;-): > > > ... > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <skip>true</skip> > </configuration> > </plugin> > </plugins> > </build> > ... > > > regards, > mika > > Brian E. Fox wrote: > > We are launching an ant taks to fire of testNG. How can I make the > build > > stop calling surefire? I know how to bind plugins to phases, but I > > haven't seen how to UNbind a plugin. > > > > > > > --------------------------------------------------------------------- > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
