scala - Is it necessary to "clean" SBT before "stage" for production builds? -


we using jenkins , sbt pluging build, test , deploy our application. see everywhere people use "clean" command before "test" or "stage" leads long compile times.

is necessary clean each build? risk of using incremental compiler production builds?

if build script and/or command line sbt have not changed should not necessary clean.

i have been using spark several years - , 1 of complex sbt builds can find. works fine avoid doing clean long build process (as embodied in project/sbt build artifacts , sbt command line) same previous runs.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -