I have a java project with Maven stacks. I changed a java function and re-executed the command mvn clean install
from the prompt. But at runtime it does not update the code, it continues with the same function.
I have tried cleaning the entire project and starting again, it does not work, it continues to take over the old functions. Is it for the sake of performance that it stores files in a directory other than the project itself?