GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/4309
[FLINK-7166][avro] cleanup generated test classes in the cleanup phase Maven neither cleaned up generated avro classes used by tests nor did it replace them with new ones after the avro dependency change causing troubles to build the project. Although the target directory inside `src` is unusual, we keep it for now but at least delete these files in the cleanup stage so that a `mvn clean install` always works. You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink flink-7166 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4309.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4309 ---- commit d6aec8f4d9666bdf912c768190033cf521b40b0a Author: Nico Kruber <n...@data-artisans.com> Date: 2017-07-12T12:15:24Z [FLINK-7166][avro] cleanup generated test classes in the cleanup phase Maven neither cleaned up generated avro classes used by tests nor did it replace them with new ones after the avro dependency change causing troubles to build the project. Although the target directory inside `src` is unusual, we keep it for now but at least delete these files in the cleanup stage so that a `mvn clean install` always works. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---