[ http://jira.codehaus.org/browse/MSUREFIRE-23?page=comments#action_55656 ] 

Jesse Kuhnert commented on MSUREFIRE-23:
----------------------------------------

The testng jars unfortunately don't live in ibiblio right now (will start 
happening once these patches get resolved), but the commands I've been using to 
install it into the local maven repo are:

mvn install:install-file -DartifactId=testng-jdk15 -DgroupId=testng 
-Dversion=4.4.5 -Dpackaging=jar -Dfile=testng-4.4.5-jdk15.jar
mvn install:install-file -DartifactId=testng-jdk14 -DgroupId=testng 
-Dversion=4.4.5 -Dpackaging=jar -Dfile=testng-4.4.5-jdk14.jar

IMPORTANT!!! ----------------------------------------
I had to modify my MAVEN_OPTS environment variable in order to get my jvm to 
read annotations by default. I don't know if there is a better workaround for 
this currently, I hope so as that would be a huge annoyance for users. I don't 
mind tackling that part as well, one thing at a time...

My MAVEN_OPTS looks like:
export MAVEN_OPTS="-ea"



> Support TestNG
> --------------
>
>          Key: MSUREFIRE-23
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-23
>      Project: Maven 2.x Surefire Plugin
>         Type: New Feature

>     Reporter: Mike Perham
>  Attachments: maven-surefire-plugin-patch.txt, 
> maven-surefire-report-maven-plugin-patch.txt, surefire-patch.txt, 
> testng-4.4.5-jdk14.jar, testng-4.4.5-jdk15.jar
>
>
> Add support for running unit tests with TestNG.
> http://www.testng.org

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to