You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.
Current sbt plugin will output code into a package equal to the organization name of the sbt project. This value should be overridable by the end user.
This is closely related to #25 since a user consuming several service may want to create their APIs in separate packages. Imagine an app consuming twitter, slack and G+ APIs and all three have an Error type in their definitions, without a package-per-service there would be a collision and client code would be confusing.
This could be achieved by either including a lagomGeneratorPackageName parameter in the sbt plugin or via allowing users to implement a Service => Service function in their sbt settings and have that injected in the provided generators.
Current
sbt
plugin will output code into a package equal to the organization name of the sbt project. This value should be overridable by the end user.See
sbt-lagom-descriptor-generator/lagom-descriptor-generator-sbt-plugin/src/main/scala/com/lightbend/lagom/spec/sbt/LagomOpenApiGenerator.scala
Line 36 in 070a71d
The text was updated successfully, but these errors were encountered: