sbt-release-fossil

Update of ”sbt-release-fossil”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 9f8bfdfafdfde947bfb25e14472941a2b4444f9235d343ec1c768a0c577f25b2
Page Name:sbt-release-fossil
Date: 2017-10-08 14:29:12
Original User: twenstar
Mimetype:text/x-markdown
Parent: 78e2417a59b8434ff0429a58642e6e8000aaf3fb181dafd5c1217c9fde951349 (diff)
Next a17865b3f4bd1eb916e927466269882b5bc0c74d7c51e5f5f482cd6fbecf15bf
Content
<!-- The FreeBSD Documentation License Copyright 2017 Dominik Winter. All rights reserved. Redistribution and use in source (Markdown, Fossil wiki) and 'compiled' forms (HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met: Redistributions of source code (Markdown) must retain the above copyright notice, this list of conditions and the following disclaimer as the first lines of this file unmodified. Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS DOCUMENTATION IS PROVIDED BY THE FREEBSD DOCUMENTATION PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD DOCUMENTATION PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->

Introduction

sbt-release-fossil is a small add-on to the sbt-release-plugin so that it works with Fossil SCM.

Problem description

If you have your sources in a Fossil SCM repository, and want to use the sbt-release-plugin to automate releases, you (may) have a problem: the sbt-release-plugin does not support Fossil SCM repositories.

This tiny plugin bridges the gap between the sbt-release-plugin and Fossil SCM.

Configuration

Add the following line to your project/plugins.sbt:

addSbtPlugin("org.scala-sbt" % "sbt-release-fossil" % "0.2.1")

For all further configuration, follow the documentation of the sbt-release-plugin.

Dependency

This plugin depends on the sbt-release-plugin and it runs under sbt version 1.0.x.

Reporting issues

Please report issues using the Tickets menu point.

Development information

Please refer to the contributing guide.

License of the source code

Copyright © 2015-2017 Dominik Winter

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

License of the wiki pages

Copyright © 2015-2017 Dominik Winter

Licensed under The FreeBSD Documentation License.