sbt / sbt-ghpages

git, site and ghpages support for sbt projects.
Other
91 stars 20 forks source link

Migrate to AutoPlugin. #18

Closed arashi01 closed 7 years ago

arashi01 commented 8 years ago

Since both sbt-site and sbt-git are now AutoPlugins, it makes sense to go the same route and have inclusion of settings (and dependent settings) managed via the enablePlugins mechanism.

This changes SbtGhPages to GhPagesPlugin to match with the changes undergone in other plugins already during their migration to AutoPlugin (eg SbtSite => SitePlugin, SbtGit => GitPlugin etc.).

Users can use the plugin and include settings by simply adding an enablePlugins(SbtGhPages) statement to their build.sbt file.

ches commented 8 years ago

👍

julienrf commented 8 years ago

Any chance to get this PR merged?

jvican commented 8 years ago

I would love to see this merged. Cheers.

eed3si9n commented 7 years ago

Superseded by https://github.com/sbt/sbt-ghpages/pull/30