rudikershaw / git-build-hook

A maven plugin for managing client side (local) git configuration for those working on your project. Including but not limited to setting git config, installing hooks, validating the local repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using this plugin in a SBT project

shivam-880 opened this issue · comments

Is there any way to use this plugin in a SBT project? If not, would you be willing to add support for it?

Hi there,

I'm not veryfamiliar with SBT, but this answer from an SBT contributor seems to indicate that it is not possible unless you want to pull the project onto the classpath manually and manually call its methods. I suspect that would be more work than it is worth for you.

I am sorry to say that there appears to be no simple way of making a maven plugin compatible with an SBT plugin. This repository would not be able to support it. It would require a separate SBT plugin project.