{"id":13665238,"url":"https://github.com/sbt/sbt-eclipse","last_synced_at":"2026-03-11T17:01:32.508Z","repository":{"id":40461203,"uuid":"1845223","full_name":"sbt/sbt-eclipse","owner":"sbt","description":"Plugin for sbt to create Eclipse project definitions","archived":false,"fork":false,"pushed_at":"2025-03-03T21:26:12.000Z","size":1310,"stargazers_count":716,"open_issues_count":77,"forks_count":167,"subscribers_count":49,"default_branch":"main","last_synced_at":"2025-04-10T17:21:04.794Z","etag":null,"topics":["sbt","sbt-plugin"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-06-04T00:39:57.000Z","updated_at":"2025-03-03T21:26:17.000Z","dependencies_parsed_at":"2023-02-08T14:45:43.489Z","dependency_job_id":"ad5e5101-3b2c-41f4-ac17-39a57f709796","html_url":"https://github.com/sbt/sbt-eclipse","commit_stats":null,"previous_names":["typesafehub/sbteclipse","sbt/sbteclipse"],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-eclipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-eclipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-eclipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-eclipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbt","download_url":"https://codeload.github.com/sbt/sbt-eclipse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sbt","sbt-plugin"],"created_at":"2024-08-02T06:00:30.438Z","updated_at":"2025-12-12T04:10:59.415Z","avatar_url":"https://github.com/sbt.png","language":"Scala","readme":"# sbt-eclipse\n\n[![Build Status](https://github.com/sbt/sbt-eclipse/actions/workflows/build-test.yml/badge.svg)](https://github.com/sbt/sbt-eclipse/actions/workflows/build-test.yml)\n[![Repository size](https://img.shields.io/github/repo-size/sbt/sbt-eclipse.svg?logo=git)](https://github.com/sbt/sbt-eclipse)\n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n\nPlugin for [sbt](https://github.com/sbt/sbt) to create [Eclipse](http://www.eclipse.org/) project definitions. Please see below for installation details and the [Documentation](http://github.com/sbt/sbt-eclipse/wiki/) for information about configuring sbt-eclipse. Information about contribution policy and license can be found below.\n\nInstallation and Basic Usage\n---------------------\n\n- Open your plugin definition file (or create one if doesn't exist). You can use either:\n\n  - the global file (for version 1.0 and up) at *~/.sbt/SBT_VERSION/plugins/plugins.sbt*\n  - the project-specific file at *PROJECT_DIR/project/plugins.sbt*\n\n- Add sbt-eclipse to the plugin definition file:\n\n  - Version 6.x+ only supports SBT 1.4+. Use 5.2.4 or older for previous versions of SBT\n\n```sbt\naddSbtPlugin(\"com.github.sbt\" % \"sbt-eclipse\" % \"6.0.0\")\n\n// For older sbt versions (\u003c 1.4.0)\naddSbtPlugin(\"com.typesafe.sbteclipse\" % \"sbteclipse-plugin\" % \"5.2.4\")\n```\n\n- In sbt use the command `eclipse` to create Eclipse project files\n\n    \u0026gt; eclipse\n\n- In Eclipse use the *Import Wizard* to import *Existing Projects into Workspace*\n\nContribution policy\n-------------------\n\nContributions via GitHub pull requests are gladly accepted from their original author.\n\n\nLicense\n-------\n\nThis code is open source software licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). Feel free to use it accordingly.\n\nMaintainers\n-------------------\n\n### Releases\n\nMaintainers 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](https://repo1.maven.org/maven2/com/github/sbt/). Also on each push to the main branch [snapshots will be published](https://oss.sonatype.org/content/repositories/snapshots/com/github/sbt/).\n","funding_links":[],"categories":["IDE","Table of Contents"],"sub_categories":["Sbt plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-eclipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbt%2Fsbt-eclipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-eclipse/lists"}