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]