# 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/de225111 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/de225111 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/de225111 Branch: refs/heads/sprint-3 Commit: de225111dba369a20065790fd96e2f1d942e357c Parents: 2ee1d27 Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Fri Mar 27 19:26:10 2015 -0700 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Fri Mar 27 19:26:10 2015 -0700 ---------------------------------------------------------------------- README.txt | 15 +++++++++++++++ modules/geospatial/README.txt | 15 +++++++++++++++ modules/hibernate/README.txt | 15 +++++++++++++++ modules/schedule/README.txt | 15 +++++++++++++++ 4 files changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/de225111/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index f66f9ee..7adbdcc 100644 --- a/README.txt +++ b/README.txt @@ -23,3 +23,18 @@ For information on how to get started with Apache Ignite please visit: You can find Apache Ignite documentation here: http://apacheignite.readme.io/v1.0/docs/getting-started + + +LGPL dependencies +================= + +Ignite includes the following optional LGPL dependencies: + - Hibernate L2 Cache Integration, http://hibernate.org/orm/ + - JTS Topology Suite for Geospatial indexing, http://tsusiatsoftware.net/jts/main.html + - cron4j for cron-based task scheduling, http://www.sauronsoftware.it/projects/cron4j + +Apache binary releases cannot include LGPL dependencies. If you would like to include +optional LGPL dependencies into your release, you should download the source release +from Ignite website and do the build with the following maven command: + +mvn clean package -DskipTests -P release,lgpl http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/de225111/modules/geospatial/README.txt ---------------------------------------------------------------------- diff --git a/modules/geospatial/README.txt b/modules/geospatial/README.txt index 4688c26..102b31d 100644 --- a/modules/geospatial/README.txt +++ b/modules/geospatial/README.txt @@ -31,3 +31,18 @@ interested in): </dependencies> ... </project> + + +LGPL dependencies +----------------- + +Ignite includes the following optional LGPL dependencies: + - Hibernate L2 Cache Integration, http://hibernate.org/orm/ + - JTS Topology Suite for Geospatial indexing, http://tsusiatsoftware.net/jts/main.html + - cron4j for cron-based task scheduling, http://www.sauronsoftware.it/projects/cron4j + +Apache binary releases cannot include LGPL dependencies. If you would like to include +optional LGPL dependencies into your release, you should download the source release +from Ignite website and do the build with the following maven command: + +mvn clean package -DskipTests -P release,lgpl http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/de225111/modules/hibernate/README.txt ---------------------------------------------------------------------- diff --git a/modules/hibernate/README.txt b/modules/hibernate/README.txt index 5a33622..194c55b 100644 --- a/modules/hibernate/README.txt +++ b/modules/hibernate/README.txt @@ -31,3 +31,18 @@ interested in): </dependencies> ... </project> + + +LGPL dependencies +----------------- + +Ignite includes the following optional LGPL dependencies: + - Hibernate L2 Cache Integration, http://hibernate.org/orm/ + - JTS Topology Suite for Geospatial indexing, http://tsusiatsoftware.net/jts/main.html + - cron4j for cron-based task scheduling, http://www.sauronsoftware.it/projects/cron4j + +Apache binary releases cannot include LGPL dependencies. If you would like to include +optional LGPL dependencies into your release, you should download the source release +from Ignite website and do the build with the following maven command: + +mvn clean package -DskipTests -P release,lgpl http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/de225111/modules/schedule/README.txt ---------------------------------------------------------------------- diff --git a/modules/schedule/README.txt b/modules/schedule/README.txt index 4ca7ac8..86727af 100644 --- a/modules/schedule/README.txt +++ b/modules/schedule/README.txt @@ -30,3 +30,18 @@ interested in): </dependencies> ... </project> + + +LGPL dependencies +----------------- + +Ignite includes the following optional LGPL dependencies: + - Hibernate L2 Cache Integration, http://hibernate.org/orm/ + - JTS Topology Suite for Geospatial indexing, http://tsusiatsoftware.net/jts/main.html + - cron4j for cron-based task scheduling, http://www.sauronsoftware.it/projects/cron4j + +Apache binary releases cannot include LGPL dependencies. If you would like to include +optional LGPL dependencies into your release, you should download the source release +from Ignite website and do the build with the following maven command: + +mvn clean package -DskipTests -P release,lgpl