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

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

jmborer created SUREFIRE-1604:
---------------------------------

             Summary: "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.22.1, 2.19.1
            Reporter: jmborer


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)