Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/468#discussion_r103551859
--- Diff: metron-analytics/metron-profiler/pom.xml ---
@@ -339,6 +339,7 @@
</excludes>
</artifactSet>
<transformers>
+ <transformer
implementation="org.atteo.classindex.ClassIndexTransformer"/>
--- End diff --
If I create a jar with Stellar functions, but no index file, then the
function discovery will not work, correct?
If so, when using my own project outside of Metron that contains Stellar
functions, I would need to add this transformer in my POM also, right? If so,
we should document how to do this somewhere, if you haven't already.
---
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.
---