Justin Lee wrote:
> If I have an annotation processor defined in the v3 tree, how can I
> get the build to use that later in the build sequence? Right now it
> lives in common/glassfish-api.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
The location of annotation processor has caught my attention. Is it
really a glassfish API?
In general, be careful avoid building a jar if you want the jar to be
used later on in the same reactor by maven. It can cause the JVM to crash.
Sahoo