Hi Guys, 

Is there any way I can cross reference source code in Surefire plugin of 
Jenkins. 

I got this example on the internet, however this only cross reference 
source code while generating html reports, i want source code cross 
reference in the surefire reports which jenkins shows after test 
completion. 

<reporting>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jxr-plugin</artifactId>
            <version>2.3</version>
        </plugin>
    </plugins></reporting>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to