Jenkins incremental build

I am using Jenkins 1.462 and the version is maven 3.0.4. In Jenkins, I checked the "Incremental build - just built modified modules" checkbox

I want to find out 2 questions:

Note: this is the only change I made to enable incremental builds.

+5
source share
1 answer

As stated in the Maven documentation, incremental builds are not very reliable, at least until 3.0.4:

Currently (3.0.4) Apache Maven does not support incremental builds very well.

https://cwiki.apache.org/confluence/display/MAVEN/Incremental+Builds ( )

:

+3

All Articles