[ https://issues.apache.org/jira/browse/SUREFIRE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275722#comment-16275722 ]
Tibor Digana commented on SUREFIRE-1443: ---------------------------------------- [~ErnstReissner] Did you try {{mvn site}} with {{maven-jxr-plugin}} and you successfully clicked on the link and it did show you sources? It is minor issue because nested classes are not very usual. So if you want o help us, you can debug the class {{SurefireReportGenerator}} and fix it. Feel free to open a pull request on GitHub and we can make a code review. Thx. > surefire report: broken links with inner classes > ------------------------------------------------- > > Key: SUREFIRE-1443 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1443 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Report Plugin > Affects Versions: 2.20.1 > Environment: linux > Reporter: Ernst Reissner > Assignee: Tibor Digana > Priority: Minor > Attachments: RelanaTest.java, surefire-report.html > > > pom: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > <version>2.20.1</version> > <configuration> > <!-- to show failed tests only --> > <showSuccess>false</showSuccess> > </configuration> > </plugin> > testclass as attached. > Then tying mvn surefire-report:report > yields waning > [warn] [XHTML Sink] Modified invalid anchor name: > 'eu.simuline.relana.sysRelanaTest$TestAll' to > 'eu.simuline.relana.sysRelanaTestTestAll' > and in the created html this can be seen: > dot between sys and RelanaTest missing. > Partially with $ , partially without so that links are broken > I attached also the hmtl. -- This message was sent by Atlassian JIRA (v6.4.14#64029)