lein-parent icon indicating copy to clipboard operation
lein-parent copied to clipboard

Support artifact coordinates for parent, rather than relative path

Open cprice404 opened this issue 9 years ago • 2 comments

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.

cprice404 avatar Jun 22 '16 22:06 cprice404

Hi Chris,

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/achin/lein-parent/issues/5, or mute the thread https://github.com/notifications/unsubscribe/AAE8gui2iN0kjmL1TkTLSiz4kl0QXgjBks5qObSdgaJpZM4I8R5V .

achin avatar Jun 22 '16 23:06 achin

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 .

cprice404 avatar Jun 23 '16 19:06 cprice404