Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surefire reports are not written to correct location #40

Closed
rwalravens opened this issue Apr 20, 2020 · 4 comments
Closed

Surefire reports are not written to correct location #40

rwalravens opened this issue Apr 20, 2020 · 4 comments
Assignees
Labels
Milestone

Comments

@rwalravens
Copy link

In 2.0.0-RC07
Surefire reports are written to the reportDir instead of surefireReportDir.
Probably typo in line 460 and 617 of XSpecRunner.java

Also the parameter generateSurefireReport is unused and defaults to true instead of the documented false.

@cmarchand cmarchand self-assigned this Apr 21, 2020
@cmarchand cmarchand added the bug label Apr 21, 2020
@cmarchand cmarchand added this to the 2.0.0 milestone Apr 21, 2020
@cmarchand
Copy link
Collaborator

It's in surefire-reports for xquery, and in xspec-reports for schematron and xsl.
Thanks for pointing this out.

@cmarchand
Copy link
Collaborator

cmarchand commented Apr 21, 2020

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].

Report pathes are corrected.

@cmarchand
Copy link
Collaborator

2.0.0-RC8 published

@rwalravens
Copy link
Author

Validated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants