I just tried with 2.22.1. It is not working for me

[image: image.png]
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>2.22.1</version>
                    <configuration>
                        <forkCount>1</forkCount>
                        <reuseForks>false</reuseForks>

<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
                        <argLine>-Duser.timezone=UTC</argLine>
                        <systemPropertyVariables>
                            <java.awt.headless>true</java.awt.headless>
                        </systemPropertyVariables>
                        <trimStackTrace>false</trimStackTrace>
                    </configuration>
                </plugin>

Any idea why it doesn't work for me?

*Product Version:* Apache NetBeans IDE 9.0 (Build
incubator-netbeans-release-334-on-20180708)

*Java:* 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_191-b12

*System:* Windows 7 version 6.1 running on amd64; Cp1252; en (nb)

*User directory:* C:\projects\.netbeans\9.0

*Cache directory:* C:\projects\.netbeans\cache\9.0



On Mon, Nov 26, 2018 at 1:12 PM Enrico Olivelli <[email protected]> wrote:

> Jean-Marc
> Did you try latest surefire ?
>
> I have no problem with NB 9 + surefire
>
> Enrico
>
> Il lun 26 nov 2018, 13:42 Jean-Marc Borer <[email protected]> ha scritto:
>
> > Hi all,
> >
> > Guys, we are planning to move away from Ant in favor of Maven. This will
> > only be possible if the Maven echosystem is properly supported.
> Currently,
> > surefire error logs are still broken since 2.19 as I described in
> > https://issues.apache.org/jira/browse/NETBEANS-635
> >
> > For example with surefire 2.19.1:
> >
> > [image: image.png]
> > You can see that when I click on the link, an error message is displayed
> > in the status bar in the lower left corner.
> >
> > This was broken in NB 8.2 and still is in NB 9.0
> >
> > Am I missing something here?
> >
> > Cheers,
> >
> > JMB
> >
> > --
>
>
> -- Enrico Olivelli
>

Reply via email to