mirror of https://github.com/sbt/sbt.git
Add maven-plugin and test-jar to classpathTypes
Ref https://github.com/sbt/sbt-native-packager/issues/1053 Ref https://github.com/coursier/coursier/issues/450
This commit is contained in:
parent
464325ad1d
commit
7658f14762
|
|
@ -215,7 +215,7 @@ object Defaults extends BuildCommon {
|
|||
crossVersion :== Disabled(),
|
||||
buildDependencies := Classpaths.constructBuildDependencies.value,
|
||||
version :== "0.1.0-SNAPSHOT",
|
||||
classpathTypes :== Set("jar", "bundle") ++ CustomPomParser.JarPackagings,
|
||||
classpathTypes :== Set("jar", "bundle", "maven-plugin", "test-jar") ++ CustomPomParser.JarPackagings,
|
||||
artifactClassifier :== None,
|
||||
checksums := Classpaths.bootChecksums(appConfiguration.value),
|
||||
conflictManager := ConflictManager.default,
|
||||
|
|
|
|||
Loading…
Reference in New Issue