> Is there a way to configure Maven surefire plugin to lookup TestNG
> suiteXmlFile as classpath resource?

I'm not aware of such functionality at this time, but you could
probably add it by hacking m-s-p in the constructSurefireBooter()
method and adding a corresponding configuration option so Surefire
knows to "look" for the file in the classpath.

Assuming you do this successfully and feel others may benefit from it,
please contribute the modification back via JIRA so it can be
considered for inclusion in a future version of Maven. Otherwise you
will be "stuck" maintaining your own modified m-s-p with this
additional feature.

Wayne

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

Reply via email to