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/04/29 19:04:48 UTC

ignite git commit: IGNITE-5120: Fixed build of Hibernate module.

Repository: ignite
Updated Branches:
  refs/heads/ignite-2.0 777078d37 -> cd46d46ca


IGNITE-5120: Fixed build of Hibernate module.


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

Branch: refs/heads/ignite-2.0
Commit: cd46d46ca91e1921bff2036c450af071496d1c68
Parents: 777078d
Author: oleg-ostanin <oo...@gridgain.com>
Authored: Sat Apr 29 22:04:19 2017 +0300
Committer: devozerov <pp...@gmail.com>
Committed: Sat Apr 29 22:04:19 2017 +0300

----------------------------------------------------------------------
 modules/hibernate-core/pom.xml | 8 ++++++++
 pom.xml                        | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/cd46d46c/modules/hibernate-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/hibernate-core/pom.xml b/modules/hibernate-core/pom.xml
index 91ec68b..9131ad3 100644
--- a/modules/hibernate-core/pom.xml
+++ b/modules/hibernate-core/pom.xml
@@ -71,6 +71,14 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             </plugin>
+            <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>

http://git-wip-us.apache.org/repos/asf/ignite/blob/cd46d46c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5fd1005..8d388a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <module>modules/twitter</module>
         <module>modules/mqtt</module>
         <module>modules/zookeeper</module>
+        <module>modules/hibernate-core</module>
         <module>modules/camel</module>
         <module>modules/storm</module>
         <module>modules/osgi-paxlogging</module>
@@ -198,7 +199,6 @@
         <profile>
             <id>lgpl</id>
             <modules>
-                <module>modules/hibernate-core</module>
                 <module>modules/hibernate-4.2</module>
                 <module>modules/hibernate-5.1</module>
                 <module>modules/geospatial</module>