Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/5672#discussion_r178804566 --- Diff: flink-yarn/pom.xml --- @@ -326,6 +334,62 @@ under the License. </execution> </executions> </plugin> + + <!-- Test-jar for unit tests, more information on this: + http://stackoverflow.com/questions/1401857/using-maven-to-build-separate-jar-files-for-unit-testing-a-custom-class-loader + --> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> --- End diff -- good idea
---