skip deployment of schema-import demo (cherry picked from commit 656b118)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b64a8282 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b64a8282 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b64a8282 Branch: refs/heads/ignite-1093-2 Commit: b64a828203f94df03f57b66d74bc998f6787ab7b Parents: e5e72ea Author: Anton Vinogradov <[email protected]> Authored: Fri Sep 25 10:54:22 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Fri Sep 25 11:01:43 2015 +0300 ---------------------------------------------------------------------- examples/schema-import/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b64a8282/examples/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom.xml b/examples/schema-import/pom.xml index 05de048..46bc83e 100644 --- a/examples/schema-import/pom.xml +++ b/examples/schema-import/pom.xml @@ -20,7 +20,8 @@ <!-- POM file. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -88,6 +89,14 @@ <target>1.7</target> </configuration> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> </project>
