You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mauro Talevi (JIRA)" <ji...@codehaus.org> on 2007/12/05 09:41:58 UTC

[jira] Updated: (SUREFIRE-352) Get rid of hardcoded TestNG dependency name.

     [ http://jira.codehaus.org/browse/SUREFIRE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauro Talevi updated SUREFIRE-352:
----------------------------------

    Fix Version/s: 2.3.1

Added fix version 2.3.1

> Get rid of hardcoded TestNG dependency name.
> --------------------------------------------
>
>                 Key: SUREFIRE-352
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-352
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: TestNG support
>    Affects Versions: 2.4
>            Reporter: jdoe
>            Assignee: Mauro Talevi
>             Fix For: 2.3.1, 2.4
>
>         Attachments: custom_testng_dep_name.diff
>
>
> The name of the TestNG dependency is hardcoded ('org.testng:testng'). Some ppl are using internal repositories where artifacts are published under different names. It would be nice to able to specify the name of dependency, e.g.:
> {code:title=build.pom|borderStyle=solid}
> <plugin>
> 	<groupId>org.apache.maven.plugins</groupId>
> 	<artifactId>maven-surefire-plugin</artifactId>
> 	<version>2.4-SNAPSHOT</version>
> 	<configuration>
> 		<testNGDependency>testng:testng</testNGDependency> <!-- custom dependency name -->
> 		<suiteXmlFiles>
> 			<suiteXmlFile>testng.xml</suiteXmlFile>
> 		</suiteXmlFiles>
> 	</configuration>
> </plugin>
> {code}
> Proposed patch attached.

-- 
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