# sprint-1 Exclude deploy parent pom.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/15c42301 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/15c42301 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/15c42301 Branch: refs/heads/ignite-204 Commit: 15c423011de127bdae0970e76cf6ccc93e3fee46 Parents: d71f260 Author: anovikov <anovi...@gridgain.com> Authored: Wed Feb 11 15:48:31 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Wed Feb 11 15:48:31 2015 +0700 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15c42301/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 39cedd0..5cc5627 100644 --- a/pom.xml +++ b/pom.xml @@ -564,6 +564,16 @@ <skip>true</skip> </configuration> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <inherited>false</inherited> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build>