You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2018/12/01 08:10:00 UTC

[jira] [Closed] (SUREFIRE-1604) "Surefire report directory" information is missing at the very beginning of execution for IDE integration

     [ https://issues.apache.org/jira/browse/SUREFIRE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana closed SUREFIRE-1604.
----------------------------------
    Resolution: Not A Bug

Othe IDEs (IntelliJ IDEA) analyze POM instead of logs.
Analyzing logs is an evil and wrong direction.

> "Surefire report directory" information is missing at the very beginning of execution for IDE integration
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1604
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1604
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1, 2.22.1
>            Reporter: jmborer
>            Assignee: Tibor Digana
>            Priority: Major
>
> Since 2.18.1, Surefire no longer prints by default the line:
> {noformat}
> Surefire report directory: <some directory>{noformat}
> This information is really useful for IDE integration like in Netbeans, where users want to click on links in the report that brings them to the build directory. This line reappears if the "-e" option is used, but it brings with it unecessary additional info as well.
> Because the IDE is parsing the output, it must know the location of the reports *before* the first results are displayed. Currently it is possible to guess the reports directory by using the default location, but as soon as a user defines a custom location, Netbeans for example won't be able to locate the new directory early enough (see https://issues.apache.org/jira/browse/NETBEANS-635)
> The code has changed in VerifyMojo,java line 171 (version 2.22.1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)