You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jessek <jk...@gmail.com> on 2007/04/13 19:50:36 UTC

[announce] TestNG 5.5 compatible surefire deployed / fixes for maven2 idea users

A new maven2 surefire release has been made which should let all
TestNG maven2 users upgrade their version of TestNG to the latest 5.5
version.

Major benefits to upgrade:

-) You'll be able to use TestNG 5.5 with surefire finally.

-) Some issues that have cropped up in the latest version of the idea
TestNG plugin will also be fixed by upgrading your TestNG version to
5.5.

This is a snapshot release so you'll need to use the version string
"2.4-SNAPSHOT" to get the right version. If you don't already have the
apache maven snapshot repository configured for your project you'll
need to add a section similar to the one below to your projects
pom.xml file:

<pluginRepositories>
   <pluginRepository>
       <id>apache.snapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
   </pluginRepository>
</pluginRepositories> 
-- 
View this message in context: http://www.nabble.com/-announce---TestNG-5.5-compatible-surefire-deployed---fixes-for-maven2-idea-users-tf3573007s177.html#a9983521
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org