Le 01/12/2018 à 21:17, Robert Scholte a écrit :

> This is a dangerous advice.
>
> Yes, it'll only compile the touched files, but not the source files
> using it. For example method signature changes are not detected and
> you will hit that issue at runtime with a NoSuchMethodException, which
> is too late
>
Yes I know. But running "mvn clean install" when we know that we have
changed the API, or when we get a NoSuchMethodException, is a small
price to pay for the gain in build speed.

    Martin



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to