I am using Maven projects in my Eclipse
workspace.
But, somehow Eclipse
is referring the old .class
files while running the program.
Hence, I have to re-build the complete project everytime I make any change to any java
program.
I have tried executing maven commands like eclipse:clean
& eclipse:eclipse
.
But, they did not help.
My eclipse is also set to project - build automatically
.
Is there a way I can tell Eclipse
to refer to the current built .class
files and not the previously built maven .class
files.
Note: I am using Eclipse Mars Thanks in advance.