Changes to code don’t apply if i use IDE when i compile Java with Maven for Tomcat
When i use “maven clean install compile” for my java project in Eclipse, NetBeans or VSCode, and then move files to my Tomcat server folder my code doesn’t change on my server, and when i open java files in src folder — even though in Eclipse code is new and saved i can see how *.java files are often (that is strange) in their older versions. If i update manually w/o IDE it works as expected, but when i use maven and Tomcat server in any of these 3 IDEs — it doesn’t work.