[
https://issues.apache.org/jira/browse/RYA-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277494#comment-16277494
]
ASF GitHub Bot commented on RYA-410:
------------------------------------
GitHub user kchilton2 opened a pull request:
https://github.com/apache/incubator-rya/pull/252
RYA-410 Add geo profile dependency management to the rya-project pom file.
## Description
There is a top level geoindexing profile in the rya-project parent pom that
defines the dependencies that are specific to geoindexing modules as well as
which modules we publish.
### Tests
Ran all integration tests with geoindexing turned on and everything passes.
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-410)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kchilton2/incubator-rya RYA-410
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit dd4f794e19947739162ca707eead8c5b34eec624
Author: kchilton2 <[email protected]>
Date: 2017-12-04T19:41:27Z
RYA-410 Add geo profile dependency management to the rya-project pom file.
----
> Add geo profile dependency management to the rya-project pom file.
> ------------------------------------------------------------------
>
> Key: RYA-410
> URL: https://issues.apache.org/jira/browse/RYA-410
> Project: Rya
> Issue Type: Improvement
> Reporter: Kevin Chilton
> Assignee: Kevin Chilton
>
> Right now the geo indexing feature of Rya is an optional portion of Rya that
> is not built by default because it is not compatible with the Apache license.
> However, geo dependencies are declared at the top of the project as if it all
> builds depend on them. The top level pom file needs to be updated to include
> the geoindexing profile and all artifacts related to that build need to be
> moved to that profile's dependency management section.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)