typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Derive bundle name and other scheduling params from parsing bundle.conf #107

Closed huntc closed 9 years ago

huntc commented 9 years ago

The bundle name and other scheduling params for the multipart form data should be derived from the bundle.conf + optional bundle.conf values as per the CLI. Right now, these params are derived from sbt settings. This is fine until you get multiple configurations, each overriding the bundle's name as per reactive-maps (there are three types of bundle derived from the one project, hence three names get overridden).

huntc commented 9 years ago

Fixed by #109