An sbt plugin developed for the purposes of generating all managedSources in a given sbt project.
The plugin is implemented as a global task which invokes the managedSources task in the Compile and Test
configurations of all subprojects within the sbt project and aggregates the generated source files.
Linear Supertypes
AutoPlugin, PluginsFunctions, Basic, Plugins, AnyRef, Any
An sbt plugin developed for the purposes of generating all
managedSources
in a given sbt project. The plugin is implemented as a global task which invokes themanagedSources
task in the Compile and Test configurations of all subprojects within the sbt project and aggregates the generated source files.