Github user cestella commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/468#discussion_r103724085
  
    --- Diff: metron-analytics/metron-profiler/pom.xml ---
    @@ -339,6 +339,7 @@
                                     </excludes>
                                 </artifactSet>
                                 <transformers>
    +                                <transformer 
implementation="org.atteo.classindex.ClassIndexTransformer"/>
    --- End diff --
    
    A compiler annotation.  By virtue of having metron-common as a dependency 
and therefore  ClassIndex as a transitive dependency, you get the compiler 
annotation run automatically since is in `META-INF/services` 
([here](https://github.com/atteo/classindex/blob/master/classindex/src/main/resources/META-INF/services/javax.annotation.processing.Processor)
 ).
    
    This is an aspect of `javac`, not maven, so it should cross various build 
mechanisms.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to