On 5 April 2013 15:17, Gilles <[email protected]> wrote: > Hi. > > At some recent point, maven started to recompile all the source files > every time, > even when no modification was done in the "src" directory. > > Somewhere in the console output, there is: > ---CUT--- > [INFO] Copying 1 resource > [INFO] Copying 2 resources to META-INF > [INFO] [compiler:compile {execution: default-compile}] > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 788 source files to /home/gilles/devel/SVN/** > commons-math/trunk/target/**classes > ---CUT--- > [I.e. it's done even when re-running the "test" target several times in a > row.] > > So, it seems that something is changed, but what?
Use -X to get more info on the resources that are being copied. > And how? And if no source file > has been modified, why recompile? > > Best regards, > Gilles > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > dev-unsubscribe@commons.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
