# Exclude LGPL deps from build by default

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

Branch: refs/heads/ignite-443
Commit: 2ee1d2776e12cfeb881b80015f47cc5909a2c5c1
Parents: cb074fe
Author: Valentin Kulichenko <vkuliche...@gridgain.com>
Authored: Fri Mar 27 19:04:43 2015 -0700
Committer: Valentin Kulichenko <vkuliche...@gridgain.com>
Committed: Fri Mar 27 19:04:43 2015 -0700

----------------------------------------------------------------------
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2ee1d277/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e2bb9f2..c119329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,17 +126,14 @@
         <module>examples</module>
         <module>modules/tools</module>
         <module>modules/spring</module>
-        <module>modules/hibernate</module>
         <module>modules/web</module>
         <module>modules/aop</module>
         <module>modules/urideploy</module>
         <module>modules/indexing</module>
-        <module>modules/geospatial</module>
         <module>modules/ssh</module>
         <module>modules/rest-http</module>
         <module>modules/jta</module>
         <module>modules/aws</module>
-        <module>modules/schedule</module>
         <module>modules/log4j</module>
         <module>modules/slf4j</module>
         <module>modules/jcl</module>
@@ -1383,5 +1380,14 @@
                 </plugins>
             </build>
         </profile>
+
+        <profile>
+            <id>lgpl</id>
+            <modules>
+                <module>modules/hibernate</module>
+                <module>modules/geospatial</module>
+                <module>modules/schedule</module>
+            </modules>
+        </profile>
     </profiles>
 </project>

Reply via email to