typesafehub / sbt-conductr

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

Lagom play bundle #146

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

Introduces a new bundle plugin that get triggered for projects that have LagomPlay enabled, i.e. a bundle plugin for Play projects in Lagom.

This new plugin sets default bundle keys and adds the lagom conductr-bundle-lib to the project.

markusjura commented 8 years ago

This PR also makes sure that the particular bundle plugins (e.g. LagomBundlePlugin) is only triggered if the corresponding plugin (e.g. LagomJava) is not only part of the classpath, but also enabled by the user.