No more need for the shade plugin
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/751953cd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/751953cd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/751953cd Branch: refs/heads/master Commit: 751953cde2e691140bd7d61584ffccc42c2c17c0 Parents: e083b4d Author: Daniel Kulp <[email protected]> Authored: Wed Apr 2 13:52:56 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Apr 2 13:52:56 2014 -0400 ---------------------------------------------------------------------- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/751953cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2120af..14deb8d 100644 --- a/pom.xml +++ b/pom.xml @@ -568,18 +568,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>2.2</version> - <dependencies> - <dependency> - <groupId>org.apache.cxf.build-utils</groupId> - <artifactId>cxf-buildtools</artifactId> - <version>${cxf.build-utils.version}</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> </plugin>
