Skip to content
Snippets Groups Projects
Commit 74cda94c authored by Grzegorz Slowikowski's avatar Grzegorz Slowikowski Committed by Sean Owen
Browse files

[SPARK-21592][BUILD] Skip maven-compiler-plugin main and test compilations in Maven build

`scala-maven-plugin` in `incremental` mode compiles `Scala` and `Java` classes. There is no need to execute `maven-compiler-plugin` goals to compile (in fact recompile) `Java`.

This change reduces compilation time (over 10% on my machine).

Author: Grzegorz Slowikowski <gslowikowski@gmail.com>

Closes #18750 from gslowikowski/remove-redundant-compilation-from-maven.
parent 6735433c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment