> My question is: what is the reason that the maven compiler plugin does not
> recompile the Client.java in the scenario described above? It only
> recompiles it if the Client.class is deleted, i.e. by calling "mvn clean
> compile".
That's the way javac works (and maven-compiler-plugin just invokes javac).

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to