Hi,

what is the current status on Maven2 and TestNG?

This blog entry[1] shows me a way to avoid surefire, but this does not feel
right. The official TestNG documentation[2] talks about using surefire
2.8-SNAPSHOT, but when I declare this version, all I get from maven is this:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-plugins
Version: 2-SNAPSHOT

Reason: Unable to download the artifact from any repository

Notice the version 2-SNAPSHOT, although I put 2.8-SNAPSHOT in my pom.xml! I
added the extra repository (http://howardlewisship.com/repository), so that
should be ok.

any help would highly appriciated.

regards,

Wim


[1]http://www.ninthavenue.com.au/blog/maven_and_testng
[2]http://testng.org/doc/maven.html

Reply via email to