sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

add maven-surefire-plugin and configure it not reuse fork #196

Closed sichgeis closed 1 year ago

sichgeis commented 4 years ago

This fixes the issue #110 . By setting up the sure-fire-plugin in the pom and configuring it to not reuse a forked JVM.

sichgeis commented 4 years ago

@sdaschner : if this pr of interest to you could you pls review it.