From b25696efe807477779ae197e2a4e298d3f281cec Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 8 Aug 2019 10:18:51 +0200 Subject: [PATCH] Create a auto-plugin to automatically add the pom files to the jars of plugins --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index adbfe64..1c4311a 100644 --- a/build.sbt +++ b/build.sbt @@ -26,4 +26,6 @@ compile in Compile := { apiVersionGenerator.value requirementsGenerator.value (compile in Compile).value -} \ No newline at end of file +} + +packageBin / includePom := false \ No newline at end of file