You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solved in commit (#39d441f)[https://github.com/xspec/xspec-maven-plugin-1/commit/39d441fb88ea399bd09d3f255ca0115335f986ae].
JUnit is not used anymore in xspec-maven-plugin, and surefire-reports are always generated. Parameter has been removed, and in-code documentation has been updated. Online documentation is not updated, and I've created an (issue for this)[https://github.com//issues/43].
In 2.0.0-RC07
Surefire reports are written to the
reportDir
instead ofsurefireReportDir
.Probably typo in line 460 and 617 of
XSpecRunner.java
Also the parameter
generateSurefireReport
is unused and defaults totrue
instead of the documentedfalse
.The text was updated successfully, but these errors were encountered: