Re: Figure out compilerId

2016-10-01 Thread Robert Scholte
There are several plugins which need to use the same value of the javac's target argument. This plugins should not be aware of each other, we solved this by sharing the maven.compiler.target property. In your case, ask your users to specify jack the maven-compiler-plugin will already pick

Re: annotation to prevent parallel surefire execution

2016-10-01 Thread Tibor Digana
javax.annotation.concurrent.NotThreadSafe cannot be used because it does not have RUNTIME RetentionPolicy. On Wed, Sep 28, 2016 at 1:27 AM, James Taylor [via Maven] < ml-node+s40175n5881707...@n5.nabble.com> wrote: > Hello, > I noticed in the documentation here[1] that you can use > the @net.jcip