mirror of https://github.com/sbt/sbt.git
Scalariform
This commit is contained in:
parent
612a37bceb
commit
4a6ece4ad9
|
|
@ -259,7 +259,7 @@ abstract class MavenRepositoryResolver(settings: IvySettings) extends AbstractRe
|
|||
// Here we add in additional artifact requests, which ALLWAYS have to be explicit since
|
||||
// Maven/Aether doesn't include all known artifacts in a pom.xml
|
||||
// TODO - This does not appear to be working correctly.
|
||||
if (dd.getAllDependencyArtifacts.isEmpty) {
|
||||
if (dd.getAllDependencyArtifacts.isEmpty) {
|
||||
val artifactId = s"${drid.getName}-${drid.getRevision}"
|
||||
// Add the artifacts we know about the module
|
||||
packaging match {
|
||||
|
|
|
|||
Loading…
Reference in New Issue