You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2017/10/25 15:52:19 UTC

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

Repository: ignite
Updated Branches:
  refs/heads/ignite-2.3 b8c756b2c -> 288c198e3


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/288c198e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/288c198e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/288c198e

Branch: refs/heads/ignite-2.3
Commit: 288c198e36113e7940a8bdca5149ece47d271f4e
Parents: b8c756b
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:52:09 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/288c198e/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>