Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 477cf44

Browse files
authored
Merge pull request #15 from codeoverflow-org/feature/105-plugin-dependencies
Disable PomInclusionPlugin from api build
2 parents d254de0 + b25696e commit 477cf44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ compile in Compile := {
2626
apiVersionGenerator.value
2727
requirementsGenerator.value
2828
(compile in Compile).value
29-
}
29+
}
30+
31+
packageBin / includePom := false

0 commit comments

Comments
 (0)