-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.6.0 doesn't reference test classifier jars correctly #302
Comments
I am guessing that issue is the same reported by taylorleese. Also using 1.6.0 together with IDEA 13.1.3. If using this in Dependency.scala:
all of the dependencies with test-scope do not show up in IDEA anymore and I am unable to compile (works from sbt command line tho). |
@fahman It does look like the same issue. I bet 1.5.2 works for you. I hope this can be fixed soon so I can upgrade again. |
I just downgraded plugin to 1.5.2 but the issue still remain. This issue appears to me similar to SBT-IDEA#145 In particular I'd like to point out that I have same deps TWICE! as normal (compile) scoped dep and test scoped with classifier "tests" (those test-jars contain +20MB of classes that spin-of mini-cluster for testing purposes, thus the separation is very useful). In SBT-IDEA#145 mpeltonen comments that this could be the cause of the issue. |
We have the same issue with Spark, as documented in https://issues.apache.org/jira/browse/SPARK-1835 . |
In gen-idea 1.5.2 test classifer jars are referenced correctly. In 1.6.0 they are not.
The text was updated successfully, but these errors were encountered: