Re: Why Maven build app always recompiles ?

2023-06-03 Thread Pieter van den Hombergh
> > > Le lundi 22 mai 2023 à 11:48:50 UTC+2, Eric Barboni a > écrit : > > > Hi, > > > > Maven will build all children, but should be faster on the compilation > plugin part you should have something like that : > > Nothing to compile - all classes are up t

Re: Why Maven build app always recompiles ?

2023-06-02 Thread Jerome Lelasseux
Thank you Martin that was my problem !   Switching OFF useIncrementalCompilation did the trick, it's really counter-intuitive... Le lundi 22 mai 2023 à 23:17:38 UTC+2, Martin Desruisseaux a écrit : Hello Jerome Le 22/05/2023 à 22:53, Jerome Lelasseux a écrit : On my NB

Re: Why Maven build app always recompiles ?

2023-05-22 Thread Martin Desruisseaux
Hello Jerome Le 22/05/2023 à 22:53, Jerome Lelasseux a écrit : On my NB platform app, if I open a single module and build it, it recompiles only when source files are modified, as expected. But when I run Build on the parent project, maven always recompiles all modules. Is it normal ? I do no

Re: Why Maven build app always recompiles ?

2023-05-22 Thread Jerome Lelasseux
: Jerome Lelasseux Envoyé : vendredi 19 mai 2023 21:04 À : NetBeans Mailing List Objet : Why Maven build app always recompiles ?   On my NB platform app, if I open a single module and build it, it recompiles only when source files are modified, as expected.   But when I run Build on the p

Re: Why Maven build app always recompiles ?

2023-05-22 Thread Jerome Lelasseux
l build all children, but should be faster on the compilation plugin part you should have something like that : Nothing to compile - all classes are up to date.   Best Regards Eric   De : Jerome Lelasseux Envoyé : vendredi 19 mai 2023 21:04 À : NetBeans Mailing List Objet : Why Maven bu

RE: Why Maven build app always recompiles ?

2023-05-22 Thread Eric Barboni
Objet : Why Maven build app always recompiles ? On my NB platform app, if I open a single module and build it, it recompiles only when source files are modified, as expected. But when I run Build on the parent project, maven always recompiles all modules. Is it normal ? Jerome App is

Why Maven build app always recompiles ?

2023-05-19 Thread Jerome Lelasseux
On my NB platform app, if I open a single module and build it, it recompiles only when source files are modified, as expected. But when I run Build on the parent project, maven always recompiles all modules. Is it normal ? Jerome App is here https://github.com/jjazzboss/JJazzLabTemp