usage: Revert 7a79451 due to duplicate declaration of plugin definition Signed-off-by: Rohit Yadav <bhais...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a6ea691d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a6ea691d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a6ea691d Branch: refs/heads/marvin-refactor Commit: a6ea691d644e8a871f93f1e1e08d3720ca4b601c Parents: 8e8decf Author: Rohit Yadav <bhais...@apache.org> Authored: Thu Mar 14 16:43:48 2013 +0530 Committer: Rohit Yadav <bhais...@apache.org> Committed: Thu Mar 14 16:43:48 2013 +0530 ---------------------------------------------------------------------- usage/pom.xml | 20 +------------------- 1 files changed, 1 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a6ea691d/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index 31df358..37501fe 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>