Skip to content

Commit

Permalink
Add maven-plugin and test-jar to classpathTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 22, 2019
1 parent fdd1574 commit 7bf74bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/Defaults.scala
Expand Up @@ -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,
Expand Down

0 comments on commit 7bf74bb

Please sign in to comment.