Hi,
after I had installed the update of JDK8 i found that the maven surefire
plugin doesn't work correctly.
The resolution is to add following lines in plugins section:

<configuration>
        <useSystemClassLoader>false</useSystemClassLoader>
    </configuration>


Aleksander

Reply via email to