Warning: unrecognized repository inter-project, ignoring it
See original GitHub issueI get a lot of noise when I enable the 1.0.0-M9 plugin on this project https://github.com/fommil/imaginary-friend and run sbt gen-ensime
e.g.
Warning: unrecognized repository inter-project, ignoring it
Repositories:
ivy:file:/home/fommil/.sbt/0.13/plugins/target/resolution-cache/[organization]/[module](/scala_[scalaVersion])(/sbt_[sbtVersion])/[revision]/resolved.xml.[ext]
inter-project
ivy:https://repo.typesafe.com/typesafe/ivy-releases/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
ivy:https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
ivy:file://${ivy.home}/local/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
https://repo1.maven.org/maven2/
Resolving com.fommil:imaginary-friend_2.11:1.0.0-SNAPSHOT
...
and then a big load of debugging about resolution (which I think is there regardless?)
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
coursier/coursier - Gitter
0-M15-2 to avoid the Unrecognized repository inter-project, ignoring it problem but command line sbt fails with java.lang.NoClassDefFoundError: org/vafer/jdeb/ ...
Read more >Unrecognized repository Scala Plugin Bundled Repository
This warning usually means there are some leftovers from a previous Scala plugin update which didn't finish successfully.
Read more >sbt Reference Manual — Combined Pages
If your dependency isn't on one of the default repositories, you'll have to add a resolver to help Ivy find it. To add...
Read more >Importing multimodule sbt project leads to spurious error ...
On importing a multimodule sbt project, I got a strange warning about an unrecognized repository called "inter-project" - which is of course something...
Read more >Learning the Basics - Gradle User Manual
These will be ignored by Gradle, which will only use the repositories ... gpg: Good signature from "Tom Ball <****>" [unknown] gpg: WARNING:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should fixed in
1.0.0-M15-2
. Feel free to re-open if you still face the issue.still facing the issue, using ohnosequences plugin resolver. sbt.version=0.13.15