Github user justinleet commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/364#discussion_r88944205
--- Diff: metron-deployment/packaging/ambari/metron-mpack/pom.xml ---
@@ -60,6 +64,19 @@
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
+ <execution>
+ <id>metron-short-version</id>
+ <goals>
+ <goal>regex-property</goal>
+ </goals>
+ <configuration>
+ <name>metron.short.version</name>
+ <value>${project.parent.version}</value>
+ <regex>\.</regex>
--- End diff --
Yeah, SNAPSHOT can be in there, barring some craziness. It used to have
020BETA in the name. Just needs to line up with the version, and I'm entirely
unsure how Ambari handles it unfortunately.
---
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.
---