Repository: ignite Updated Branches: refs/heads/ignite-1.4.1 1597e6ca1 -> 93aabaa4b
IGNITE-1557 (cherry picked from commit 00e61e5) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/93aabaa4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/93aabaa4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/93aabaa4 Branch: refs/heads/ignite-1.4.1 Commit: 93aabaa4b02b1cb58d1ece49638a22d8a26bdb91 Parents: 1597e6c Author: Anton Vinogradov <[email protected]> Authored: Mon Sep 28 14:00:23 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Mon Sep 28 14:02:57 2015 +0300 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/93aabaa4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a17668..e218453 100644 --- a/pom.xml +++ b/pom.xml @@ -901,6 +901,22 @@ </execution> </executions> </plugin> + + <plugin><!-- skipping generates dependencies licenses --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <executions> + <execution> + <id>ignite-dependencies</id> + <goals> + <goal>process</goal> + </goals> + <configuration> + <skip>true</skip> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> </project>
