Github user rmetzger commented on the pull request:
https://github.com/apache/incubator-flink/pull/134#issuecomment-57767036
How do you ensure that `flink-dist` has been build before
`flink-yarn-tests`?
I think its a bit weird that `flink-yarn-tests` is a top-level maven module
and `flink-yarn` is under addons.
The reason why I told you that you'll probably need another maven module
was different. When I looked into this, i wanted to execute the maven assembly
plugin in a pre-test-phase of maven.
Therefore, I could simply copy the uberjar-assembly descriptor from
"flink-dist" or add a third project "flink-assembly-descriptors" where the two
projects can pull the assembly descriptor from.
But the whole thing did not really work out.
---
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.
---