[ http://jira.codehaus.org/browse/MSUREFIRE-23?page=comments#action_57184 ]
Gunnar Hillert commented on MSUREFIRE-23: ----------------------------------------- While the TestNG jars are now in the official Maven repository, the patches don't use them. I believe the TestNG jars itself are not correctly setup in the repository. They are under: org/testng/testng/4.4.7/ With the following settings: <project> <modelVersion>4.0.0</modelVersion> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>4.4.7</version> </project> But instead testng-4.4.7.jar there are 2 jars: testng-4.4.7-jdk15.jar testng-4.4.7-jdk14.jar Shouldn't there be 2 deployments in the repository instead with the following settings: (??) org/testng/testng-jdk15/4.4.7 org/testng/testng-jdk14/4.4.7 <groupId>org.testng</groupId> <artifactId>testng-jdk14</artifactId> <version>4.4.7</version> and <groupId>org.testng</groupId> <artifactId>testng-jdk15</artifactId> <version>4.4.7</version> > 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-patches.tgz, maven-surefire-plugin-patch.txt, > maven-surefire-report-maven-plugin-patch.txt, surefire-patch.txt, > surefire-patch.txt, surefire-patch.txt, surefire-patch.txt, > surefire-report-maven-plugin-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]
