I have a problem with my POM in JAVA Web | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I have a problem with my POM in JAVA Web

I have this problem: Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project Laboratorio: Failed to clean project: Failed to delete C:\Users\Natalia\Desktop\Tareas\Desarrollo web\Proyectos de neatbeans\Laboratorio\target\Laboratorio-1.0\WEB-INF\lib\protobuf-java-3.11.4.jar -> [Help 1] It's my first time making a proyect in JAVA Web and I'm using tomcat 9 but I don't know how to fix this problem, can someone help me please

2nd Oct 2023, 5:38 AM
Natalia Ochoa
Natalia Ochoa - avatar
2 Answers
+ 5
You could search in web with the beginning of error description. Here is one of results. https://stackoverflow.com/questions/20442862/maven-failed-to-execute-goal-org-apache-maven-pluginsmaven-clean-plugin2-4-1 Maybe your application is running and cannot be overwritten. It will be needed that to stop, to close etc.
2nd Oct 2023, 6:43 AM
JaScript
JaScript - avatar