You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in adding support for specifying an artifact coordinate tuple as the parent project (e.g. [myorg/myparent "1.0.0"], instead of a relative file path. I'm happy to hack on the code for this; wondering if that would be considered for inclusion, and/or if this plugin is still being maintained? I can also just fork and release a new plugin based on that if this is no longer maintained.
The text was updated successfully, but these errors were encountered:
Thanks! I'm glad to hear that people are still using this plugin.
I'm not really maintaining it anymore, but I'm happy to accept any pull
request and publish a release.
Just let me know what you'd like to do.
Best,
Alex
On Jun 22, 2016 6:18 PM, "Chris Price" [email protected] wrote:
I'm interested in adding support for specifying an artifact coordinate
tuple as the parent project (e.g. [myorg/myparent "1.0.0"], instead of a
relative file path. I'm happy to hack on the code for this; wondering if
that would be considered for inclusion, and/or if this plugin is still
being maintained? I can also just fork and release a new plugin based on
that if this is no longer maintained.
Filed PR #6 with a working implementation of this. It depends on some other PRs that I've filed against lein core, so for now, just hoping to allow my co-workers to test it. Assuming the lein patches are accepted upstream and there is a version of lein released that contains them, I would love to see this merged and released. Will keep you posted; thanks @achin .
I'm interested in adding support for specifying an artifact coordinate tuple as the parent project (e.g.
[myorg/myparent "1.0.0"]
, instead of a relative file path. I'm happy to hack on the code for this; wondering if that would be considered for inclusion, and/or if this plugin is still being maintained? I can also just fork and release a new plugin based on that if this is no longer maintained.The text was updated successfully, but these errors were encountered: