sbt / sbt/sbt-eclipse

Repository for sbteclipse plugin

Open Beginner friendly
#311 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
712
Forks
163
PR merge metrics
No merged PRs in 30d

Description

Installation step don't say which repo must be included in build.sbt. I faced an issue because, I included the maven typesafe repo, but not ivy one. As the sbteclipse is present only in ivy repo, sbt update gave unresolved dependency error. Could you please update your install step documentation to mention the repo url to be used?

repo.typesafe.com

This is a redirection service for the Typesafe repositories. To insulate yourself from future migrations, please use the proxy URL instead of where it redirects (currently https://dl.bintray.com):

Resolver.typesafeIvyRepo("releases") https://repo.typesafe.com/typesafe/ivy-releases/
Resolver.typesafeRepo("releases") https://repo.typesafe.com/typesafe/maven-releases/

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the installation documentation and review the build.sbt resolver guidance. Confirm the sbt-eclipse dependency requires the Typesafe Ivy repository, then update the installation step with the repo.typesafe.com Ivy URL. Done means a reader can identify the required Ivy resolver and avoid the unresolved dependency error.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.