[
https://issues.apache.org/jira/browse/NETBEANS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Marc Borer updated NETBEANS-635:
-------------------------------------
Description:
When running tests with surefire 2.19.1, to see the stacktrace, make sure the
plugin is configured as following:
{code:java}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>{code}
Then you will see the stacktraces in the output. Even though they are
recognized as being hyperlinks, when you click on them, nothing happens and in
the status bar of Netbeans it says that the source file cannot be found.
This works perfectly with surefire 2.18.1. Something changed between these
versions.
Related topics:
[1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
[2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
[3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
> Surefire 2.19.1 stacktrace hyperlinks don't work with Maven
> -----------------------------------------------------------
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
> Issue Type: Bug
> Components: projects - Maven
> Affects Versions: 8.2
> Reporter: Jean-Marc Borer
> Priority: Major
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the
> plugin is configured as following:
> {code:java}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <version>2.19.1</version>
> <configuration>
> <trimStackTrace>false</trimStackTrace>
> </configuration>
> </plugin>{code}
> Then you will see the stacktraces in the output. Even though they are
> recognized as being hyperlinks, when you click on them, nothing happens and
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists