mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user