Hello, I'm new to nmaven, but not to maven, and I need your help.
I've generater a pom project (attaching the pom) using nmaven svn.
I've created a simple c# class and a simple test case which does not fail.
what I want is to generate the test report, and the test code in an html page.
with (j)maven I used to run
mvn jxr:jxr
mvn jxr:test-jxr
mvn surefire-report:report
the jxr does not do anything, but the surefire-report tells me this:
"[WARNING] Unable to locate Test Source XRef to link to - DISABLED"
and generates an html page with 0 tests :(
but now I cannot understand how to do this
can you help me? I'm in a hurry!