You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/06/27 14:35:21 UTC

flink-shaded git commit: Add shade plugin to pluginManagement

Repository: flink-shaded
Updated Branches:
  refs/heads/master ca93f0010 -> 7e3e6f0e7


Add shade plugin to pluginManagement


Project: http://git-wip-us.apache.org/repos/asf/flink-shaded/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-shaded/commit/7e3e6f0e
Tree: http://git-wip-us.apache.org/repos/asf/flink-shaded/tree/7e3e6f0e
Diff: http://git-wip-us.apache.org/repos/asf/flink-shaded/diff/7e3e6f0e

Branch: refs/heads/master
Commit: 7e3e6f0e739b771f0511b022ed1c724ec1c12e88
Parents: ca93f00
Author: zentol <ch...@apache.org>
Authored: Tue Jun 27 16:34:56 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Tue Jun 27 16:34:56 2017 +0200

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-shaded/blob/7e3e6f0e/pom.xml
----------------------------------------------------------------------
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>