项目作者: gitbucket

项目描述 :
A sbt plugins which supports GitBucket plugin development
高级语言: Scala
项目地址: git://github.com/gitbucket/sbt-gitbucket-plugin.git
创建时间: 2017-11-13T04:55:35Z
项目社区:https://github.com/gitbucket/sbt-gitbucket-plugin

开源协议:Apache License 2.0

下载


sbt-gitbucket-plugin build Maven Central License

This sbt plugin supports GitBucket plugin development.

Add a following line to your GitBucket plugin’s project/plugin.sbt:

  1. addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.6.0")

and define the target GitBucket version in build.sbt:

  1. gitbucketVersion := "4.39.0"

This plugin provides following functionality in your GitBucket plugin project:

  • Add GitBucket core library and Servlet API dependencies to the project as “provided” scope
  • Enable sbt-assembly plugin to package your GitBucket plugin
  • Enable sbt-twirl plugin to compile twirl templates
  • Enable sbt install task to build and install the GitBucket plugin to the local GitBucket instance