o this email, your message will be added to the discussion
> below:
> http://maven.40175.n5.nabble.com/annotation-to-prevent-
> parallel-surefire-execution-tp5881707.html
> To start a new topic under Maven Developers, email
> ml-node+s40175n142166...@n5.nabble.com
> To unsubscribe fr
Hello,
I noticed in the documentation here[1] that you can use
the @net.jcip.annotations.NotThreadSafe annotation to prevent a test class
from running in parallel. Is it also possible to use
the javax.annotation.concurrent.NotThreadSafe annotation in the same way as
I'd like to not have to introduc