scalor-maven-plugin icon indicating copy to clipboard operation
scalor-maven-plugin copied to clipboard

zinc server

Open tmnd1991 opened this issue 7 years ago • 1 comments

Hello everybody, I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects. When I build multi-module projects on my laptop having a zinc-server running and enabling it through the good-old scala maven plugin, builds take less than half the time compared with a scalor build, even when zinc is enabled.

I think the speed up comes from the fact that the external zinc server does not need to be restarted once per module but just keep running through the whole build process.

Would it be possible on scalor to launch a zinc server only once? Otherwise can scalor use an external zinc-server like scala-maven-plugin does?

tmnd1991 avatar Mar 14 '18 16:03 tmnd1991

  1. yes, this feature is planned: Server.scala

  2. perhaps zinc will provide it first: https://github.com/sbt/zinc/issues/299

Andrei-Pozolotin avatar Mar 14 '18 19:03 Andrei-Pozolotin