Scripted test for updateClassifiers not picking up inter-project dependency

This commit is contained in:
Dan Sanduleac 2014-06-02 10:42:50 +01:00
parent b4cfd7ab76
commit f155a43a47
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
lazy val a = project in file(".") dependsOn(b)
lazy val b = project

View File

@ -0,0 +1,3 @@
# Should succeed, and not attempt to get classifiers for b (which is a dep of
# a)
> a/updateClassifiers