Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Link plugin to the sbt organization #71

Closed
ghost opened this issue Nov 1, 2015 · 5 comments
Closed

Link plugin to the sbt organization #71

ghost opened this issue Nov 1, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Nov 1, 2015

This will remove the need to specify the tpolecat-sbt-plugin-releases resolver

see http://www.scala-sbt.org/0.13/docs/Bintray-For-Plugins.html#Linking+your+package+to+the+sbt+organization

@ghost
Copy link
Author

ghost commented Nov 14, 2015

And will also allow 4 LOC to be deleted from sbt-catalysts that still have to be duplicated in client projects, eg catalysts project

@tpolecat
Copy link
Owner

It's a bit more complex because tut is actually two libraries: an sbt plugin, and a runtime that is added to your classpath and resolved via normal mechanisms. So we have to be sure that bit still works.

@ghost
Copy link
Author

ghost commented Nov 14, 2015

It's a bit more complex because....

Isn't it always 😉

Seems to work in catalysts (even if the produced product is minimal - http://inthenow.github.io/catalysts/ )

@ghost
Copy link
Author

ghost commented Nov 14, 2015

btw - code for generic use

@ghost
Copy link
Author

ghost commented Dec 15, 2015

Implemented, tested and works 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant