mirror of https://github.com/sbt/sbt.git
This commit is contained in:
parent
364d49d4b4
commit
5a93605d75
|
|
@ -35,7 +35,7 @@ object CustomPomParser
|
|||
val ExtraAttributesKey = "extraDependencyAttributes"
|
||||
|
||||
// packagings that should be jars, but that Ivy doesn't handle as jars
|
||||
val JarPackagings = Set("eclipse-plugin", "hk2-jar")
|
||||
val JarPackagings = Set("eclipse-plugin", "hk2-jar", "orbit")
|
||||
val default = new CustomPomParser(PomModuleDescriptorParser.getInstance, defaultTransform)
|
||||
|
||||
// Unfortunately, ModuleDescriptorParserRegistry is add-only and is a singleton instance.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ object Defaults extends BuildCommon
|
|||
javaOptions :== Nil,
|
||||
sbtPlugin :== false,
|
||||
crossPaths :== true,
|
||||
classpathTypes :== Set("jar", "bundle", "hk2-jar"),
|
||||
classpathTypes :== Set("jar", "bundle", "hk2-jar", "orbit"),
|
||||
aggregate :== true,
|
||||
maxErrors :== 100,
|
||||
showTiming :== true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue