Add support to set listener to testNG runner --------------------------------------------
Key: SUREFIRE-494 URL: http://jira.codehaus.org/browse/SUREFIRE-494 Project: Maven Surefire Issue Type: New Feature Components: TestNG support Affects Versions: 2.4.2 Environment: Continuous integration using maven. Reporter: Nicolas Santini Attachments: SurefirePlugin.diff Add a "listener" property to the class org.apache.maven.plugin.surefire.SurefirePlugin to support adding custom/propietary listeners through pom configuration. We've created a patch for this, please evaluate it. In this solution we added a new private field called "listener" and an if clause in the "convertTestNGParameters" method to set it to the TestNG artifact properties. -- 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