sbteclipse alternatives and similar packages
Based on the "Sbt plugins" category.
Alternatively, view sbteclipse alternatives based on common mentions on social networks and blogs.
-
sbt-ensime
DISCONTINUED. Generates .ensime config files for SBT projects http://ensime.org/build_tools/sbt -
sbt-dependency-check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow: -
sbt-unidoc
sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects. -
sbt-classfinder
SBT plugin for retrieving runtime information about the classes and traits in a project
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of sbteclipse or a related project?
README
sbt-eclipse
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
Open your plugin definition file (or create one if doesn't exist). You can use either:
- the global file (for version 1.0 and up) at ~/.sbt/SBT_VERSION/plugins/plugins.sbt
- the project-specific file at PROJECT_DIR/project/plugins.sbt
Add sbt-eclipse to the plugin definition file:
- Version 6.x+ only supports SBT 1.4+. Use 5.2.4 or older for previous versions of SBT
addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0-RC1")
// For older releases (< version 6.0.0)
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
In sbt use the command
eclipse
to create Eclipse project files> eclipse
In Eclipse use the Import Wizard to import Existing Projects into Workspace
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
to tag a release. The release can then be pushed with sbt ^publish
.
*Note that all licence references and agreements mentioned in the sbteclipse README section above
are relevant to that project's source code only.