You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2016/06/30 17:37:48 UTC

[06/13] incubator-fluo git commit: Include shade plugin

Include shade plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/fe8fca5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/fe8fca5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/fe8fca5d

Branch: refs/heads/fluo-parent
Commit: fe8fca5d912652bdcb71b69978cd25420ba89626
Parents: e647f47
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Feb 25 15:14:45 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Feb 25 15:14:45 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/fe8fca5d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2e86a4..cf0c27b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.5</version>
         </plugin>