On Fri, 5 Apr 2013 15:19:29 +0100, sebb wrote:
On 5 April 2013 15:17, Gilles <gil...@harfang.homelinux.org> 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.
Things are being copied to
trunk/target/classes
(French error messages)
and
trunk/target/test-classes
(test data files)
But that was so before too, and it didn't warrant recompilation of
untouched Java files.
Gilles
And how? And if no source file
has been modified, why recompile?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org