Package scala_maven

Class ScalaCompilerSupport

    • Field Detail

      • recompileMode

        @Parameter(property="recompileMode",
                   defaultValue="all")
        protected String recompileMode
        Recompile mode to use when sources were previously compiled and there is at least one change: "modified-only" => only modified sources are recompiled (pre 2.13 behavior), "all" => all sources are recompiled, "incremental" => incrementally recompile modified sources and other affected sources.
    • Constructor Detail

      • ScalaCompilerSupport

        public ScalaCompilerSupport()