Updated Branches: refs/heads/4.1 13379e3fd -> 7678987ca
usage: remove duplicate maven plugin dependency in cloud-usage Signed-off-by: Rohit Yadav <bhais...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7678987c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7678987c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7678987c Branch: refs/heads/4.1 Commit: 7678987ca030a711854fb30fa6cc5351f7b612d7 Parents: 13379e3 Author: Rohit Yadav <bhais...@apache.org> Authored: Thu Mar 28 11:49:52 2013 +0530 Committer: Chip Childers <chip.child...@gmail.com> Committed: Thu Mar 28 14:20:10 2013 +0000 ---------------------------------------------------------------------- usage/pom.xml | 20 +------------------- 1 files changed, 1 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7678987c/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index bc1d9c8..91de4b7 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -74,7 +74,7 @@ <goal>copy-dependencies</goal> </goals> <configuration> - <outputDirectory>target/dependencies</outputDirectory> + <outputDirectory>${project.build.directory}/dependencies</outputDirectory> <includeScope>runtime</includeScope> </configuration> </execution> @@ -127,24 +127,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.5.1</version> - <executions> - <execution> - <id>copy-dependencies</id> - <phase>package</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/dependencies</outputDirectory> - <includeScope>runtime</includeScope> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <profiles>