[closed] Why this is happening ?
The archive: C:/Users/mf11322/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar which is referenced by the classpath, does not exist.
The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon Nov 23 '22, 2:27 a.m.
2 answers
In addition, to my knowledge, you would run a maven application with maven and not as Java Application. If you run it with maven, maven loads the dependencies (maven install, maven build, maven whatever) into you user. If you don't do that I would not even expect your project to compile.
Comments
Thank You so much Boss
If something points to something not on my system and I imported it somehow, I would assume that the information is from the past. If you did not run maven -clean, there could be reference to anywhere.
OK
Thank you
In this article are some hints how to work with Maven in the context of an Eclipse project with Maven nature: https://jazz.net/library/article/92596#devEnvt
Thank you once again Boss
I am not your Boss.
1 vote