Hi Darrell, Sorry, I'm not familiar with this feature of Maven. Perhaps try asking on the Apache Maven mailing list?
best, Colin On Fri, May 22, 2015 at 8:34 AM, Darrell Taylor <darrell.tay...@gmail.com> wrote: > Hi, > > Is it normal behaviour for maven to detect changes when I run tests with no > changes? > > e.g. > $ mvn test -Dtest=TestDFSShell -nsu -o > ... > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ > hadoop-hdfs --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 576 source files to > /home/darrell/hadoop/hadoop-hdfs-project/hadoop-hdfs/target/classes > ... > > Then I run the same command again without touching anything else and it > compiles everything again. It's getting rather tedious. > > I am running this from inside the docker container. > > Any help appreciated. > > Thanks > Darrell.