You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/10/26 09:03:30 UTC

[09/12] ignite git commit: IGNITE-6751: Skipped upload of "ignite-dev-utils" module to Maven repository. This closes #2926.

IGNITE-6751: Skipped upload of "ignite-dev-utils" module to Maven repository. This closes #2926.


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

Branch: refs/heads/ignite-3478
Commit: 5fd13f5d60923eedbbb67743ed8a834d99529d6b
Parents: 6ed872b
Author: Oleg Ostanin <oo...@gridgain.com>
Authored: Wed Oct 25 18:48:48 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Oct 25 18:48:48 2017 +0300

----------------------------------------------------------------------
 modules/dev-utils/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5fd13f5d/modules/dev-utils/pom.xml
----------------------------------------------------------------------
diff --git a/modules/dev-utils/pom.xml b/modules/dev-utils/pom.xml
index 40e58b8..8fc0b68 100644
--- a/modules/dev-utils/pom.xml
+++ b/modules/dev-utils/pom.xml
@@ -47,4 +47,17 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.2</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>