An sbt AutoPlugin providing common build settings for Lift framework projects.
liftDefaultSettings— standardjavacOptions/scalacOptions, javadoc/scaladoc configuration, manifest attributes (Built-By,Built-Time), default resolvers, and a custom shell promptprintLogo— prints a colorized Lift logo in the sbt console on startup; suppress with-Dsbt.lift.nologo=trueformalize— utility to capitalize hyphenated project names (e.g.my-project→My Project)
- sbt 1.11+
Apache License, Version 2.0. See LICENSE.