gg-10074

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4964c058
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4964c058
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4964c058

Branch: refs/heads/ignite-743
Commit: 4964c058ad9ab3798e282530e61ccebb3e781ece
Parents: 5cdded6
Author: Anton Vinogradov <avinogra...@gridgain.com>
Authored: Mon Apr 13 19:49:17 2015 +0300
Committer: Anton Vinogradov <avinogra...@gridgain.com>
Committed: Mon Apr 13 19:49:17 2015 +0300

----------------------------------------------------------------------
 modules/codegen/pom.xml | 12 ++++++++++++
 pom.xml                 |  8 ++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4964c058/modules/codegen/pom.xml
----------------------------------------------------------------------
diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml
index cd978af..4853a4c 100644
--- a/modules/codegen/pom.xml
+++ b/modules/codegen/pom.xml
@@ -52,4 +52,16 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4964c058/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f887532..a4fd95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,6 +428,14 @@
                             </execution>
                         </executions>
                     </plugin>
+
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Reply via email to