--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
> Dan can probably help.
I probably have less of an idea than you do. I'm not a fan of Maven and
try to avoid using it.
How would you normally attach a TestNG reporter with Maven?
I found this linked from the TestNG site:
http://maven.apache.org/plugins/maven-surefire-plugin/examples/testng.html
So I would guess that you have to add something like this:
<property>
<name>reporter</name>
<value>org.uncommons.reportng.HTMLReporter</value>
</property>
Dan.
--
Daniel Dyer
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.