Skip to content

Instantly share code, notes, and snippets.

Created May 12, 2016 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/564fdeffdb3fe8e98f4427b0f6f08fe4 to your computer and use it in GitHub Desktop.
Save anonymous/564fdeffdb3fe8e98f4427b0f6f08fe4 to your computer and use it in GitHub Desktop.
the description for this gist
$ sbt "project moduleA" compile
[info] Loading global plugins from /home/dev/.sbt/0.13/plugins
[info] Set current project to root (in build file:/home/dev/Jobspace/blogposts/our-project/)
[success] Total time: 0 s, completed May 4, 2016 6:32:14 PM
[info] Set current project to moduleA (in build file:/home/dev/Jobspace/blogposts/our-project/)
[info] Updating {file:/home/dev/Jobspace/blogposts/our-project/}moduleB...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Updating {file:/home/dev/Jobspace/blogposts/our-project/}moduleA...
[info] Resolving moduleb#moduleb_2.11;0.1-SNAPSHOT ...
[warn] module not found: moduleb#moduleb_2.11;0.1-SNAPSHOT
[warn] ==== local: tried
[warn] /home/dev/.ivy2/local/moduleb/moduleb_2.11/0.1-SNAPSHOT/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/moduleb/moduleb_2.11/0.1-SNAPSHOT/moduleb_2.11-0.1-SNAPSHOT.pom
[info] Resolving jline#jline;2.12.1 ...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: moduleb#moduleb_2.11;0.1-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] moduleb:moduleb_2.11:0.1-SNAPSHOT
[warn] +- modulea:modulea_2.11:0.1-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment