This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 7e3e6f0e739b771f0511b022ed1c724ec1c12e88 Author: zentol <[email protected]> AuthorDate: Tue Jun 27 16:34:56 2017 +0200 Add shade plugin to pluginManagement --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 5c535ee..15e7c6c 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,16 @@ under the License. </modules> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <version>2.4.1</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> <plugin> <groupId>org.apache.rat</groupId>
