Home

Awesome

sbt-eclipse

Build Status Repository size Scala Steward badge

Plugin for sbt to create Eclipse project definitions. Please see below for installation details and the Documentation for information about configuring sbt-eclipse. Information about contribution policy and license can be found below.

Installation and Basic Usage

addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0")

// For older sbt versions (< 1.4.0)
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author.

License

This code is open source software licensed under the Apache 2.0 License. Feel free to use it accordingly.

Maintainers

Releases

Maintainers must run git tag or use the GitHub UI to tag a release. As soon as a tag gets pushed to the repository (or created via the GitHub UI) a release will be pushed to the Maven Central repository. Also on each push to the main branch snapshots will be published.