# ignite-sprint-3 Fixed tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/211a7400 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/211a7400 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/211a7400 Branch: refs/heads/ignite-615-616 Commit: 211a7400592008d704340f7724cdd8a897f30433 Parents: bca4198 Author: anovikov <anovi...@gridgain.com> Authored: Tue Mar 31 10:24:53 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Tue Mar 31 10:24:53 2015 +0700 ---------------------------------------------------------------------- parent/pom.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/211a7400/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e95d5f6..f408434 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -509,6 +509,25 @@ </execution> </executions> </plugin> + + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-libs</id> + <phase>test-compile</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <excludeGroupIds>org.apache.ignite</excludeGroupIds> + <outputDirectory>target/libs</outputDirectory> + <includeScope>runtime</includeScope> + <excludeTransitive>true</excludeTransitive> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> @@ -626,25 +645,6 @@ <build> <plugins> <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-libs</id> - <phase>test-compile</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <excludeGroupIds>org.apache.ignite</excludeGroupIds> - <outputDirectory>target/libs</outputDirectory> - <includeScope>runtime</includeScope> - <excludeTransitive>true</excludeTransitive> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions>