Keep in sync with parent pom (add 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/7ddc9918 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/7ddc9918 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/7ddc9918 Branch: refs/heads/build-resources Commit: 7ddc9918a635e379c1420d2871974046f774590e Parents: 82a8c3f Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Feb 25 15:15:55 2016 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Feb 25 15:15:55 2016 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/7ddc9918/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a8b2d94..a353a2d 100644 --- a/pom.xml +++ b/pom.xml @@ -249,6 +249,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>