[
https://issues.apache.org/jira/browse/S2GRAPH-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894082#comment-15894082
]
Eric Charles commented on S2GRAPH-147:
--------------------------------------
tested `sbt publishM2` and it works (had issues with this on previous projects,
but here just seems to work fine).
So I have an easy way to develop in the IDE (sbt plugin) and to install locally.
I still have a case not covered which is let's say having various maven modules
(let's say a custom rest api) interacting with some s2graph code which I want
to debug locally in my IDE. The only way (with remote debugging which is a
pain) to achieve this is to load the modules in my IDE. For now, I can not mix
maven and sbt modules, why I would love having a maven (pom) based
distribution. I have already a working implementation. I there is some demand,
I am happy to open a PR.
> Support Maven Build
> -------------------
>
> Key: S2GRAPH-147
> URL: https://issues.apache.org/jira/browse/S2GRAPH-147
> Project: S2Graph
> Issue Type: Improvement
> Reporter: Eric Charles
>
> To ease development process, it is often needed to have local snapshots of
> s2graph in the local repository (~/.m2/repository/..) - There is no
> convenient and fully functional way to use sbt build in other maven based
> projects. Just like Apache Spark let coexist sbt and maven, propose to add
> pom.xml in each subfolders. This will not impact the current build process.
> Of course, we would need to align the dependency version along the way...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)