Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/290#discussion_r81746146
--- Diff: metron-analytics/metron-profiler/src/main/assembly/assembly.xml
---
@@ -63,7 +63,7 @@
<fileSet>
<directory>${project.basedir}/target</directory>
<includes>
-
<include>${project.artifactId}-${project.version}.jar</include>
+
<include>${project.artifactId}-${project.version}-uber.jar</include>
</includes>
--- End diff --
Some of the projects did not have
`<shadedClassifierName>uber</shadedClassifierName>` set. When trying to
troubleshoot dependency issues, the dependencies coming from those projects
would not show-up when running `mvn dependency:tree`. This was more than a
little frustrating.
Once I turned that on so that I could actually see the dependencies being
pulled in, the non-uber jars would be deployed and so nothing would actually
work. These changes ensure that when troubleshooting you can actually see the
dependencies and the right jar actually gets deployed.
---
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.
---