diff --git a/project/OSGi.scala b/project/OSGi.scala index 6367c666cb..838fc937fc 100644 --- a/project/OSGi.scala +++ b/project/OSGi.scala @@ -18,7 +18,9 @@ object OSGi { packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap, // This will fail the build instead of accidentally removing classes from the resulting artifact. // Each package contained in a project MUST be known to be private or exported, if it's undecided we MUST resolve this - OsgiKeys.failOnUndecidedPackage := true + OsgiKeys.failOnUndecidedPackage := true, + // By default an entry is generated from module group-id, but our modules do not adhere to such package naming + OsgiKeys.privatePackage := Seq() ) val actor = osgiSettings ++ Seq(