Re: annotation to prevent parallel surefire execution

2016-10-01 Thread Tibor Digana
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

annotation to prevent parallel surefire execution

2016-09-27 Thread James Taylor
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