You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "jrudolph (via GitHub)" <gi...@apache.org> on 2023/02/01 10:45:38 UTC

[GitHub] [incubator-pekko] jrudolph commented on issue #92: Create a `sbt-paradox-pekko` sbt plugin

jrudolph commented on issue #92:
URL: https://github.com/apache/incubator-pekko/issues/92#issuecomment-1411849863

   I'm looking into setting this up. One problem, is that we have a kind of chicken and egg problem here, that AFAIU we cannot easily just make a public release of any kind of plugin even if it's just for internal consumption (especially, as it will likely need some iterations to stabilize). What options do we have?
   
    * publish snapshots of the plugin to nightly repo and use those
    * include sbt plugin by source reference (will slow down starting sbt quite a bit, as it will then include the full plugin sbt as well)
    * include the plugin sources as a git submodule into the sbt builds (faster than source reference but will be the first submodule, so extra steps needed while cloning)
    * defer using a plugin for the time being until we have released at least a first version of the main pekko repo and just put everything in the build here (some extra work to make it work in other modules later either by manual copying or by figuring out a better setup later on)
   
   I'd start with setting docs up in the main repo first, so that we are not blocked by a missing docs page for the first release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org