You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/04/04 11:39:52 UTC

ignite git commit: IGNITE-8112 updated build configuration (direct-io artifact should be published in maven repo) - Fixes #3733.

Repository: ignite
Updated Branches:
  refs/heads/master 84489f107 -> a23c09c56


IGNITE-8112 updated build configuration (direct-io artifact should be published in maven repo) - Fixes #3733.

Signed-off-by: dpavlov <dp...@gridgain.com>


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

Branch: refs/heads/master
Commit: a23c09c562c27fda1208887cf96fcd678d2391cb
Parents: 84489f1
Author: Slava Koptilin <sl...@gmail.com>
Authored: Wed Apr 4 14:39:38 2018 +0300
Committer: dpavlov <dp...@gridgain.com>
Committed: Wed Apr 4 14:39:38 2018 +0300

----------------------------------------------------------------------
 modules/direct-io/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a23c09c5/modules/direct-io/pom.xml
----------------------------------------------------------------------
diff --git a/modules/direct-io/pom.xml b/modules/direct-io/pom.xml
index 51842c3..d65b6ae 100644
--- a/modules/direct-io/pom.xml
+++ b/modules/direct-io/pom.xml
@@ -105,18 +105,4 @@
             <scope>test</scope>
         </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>