Hello I am new to Java & Maven. I'm trying to build a project locally and keep getting the same error:
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-clean-plugin:jar:2.5 in nexus http://x.x.x.x:xxxx/nexus/content/groups/public) -> [Help 1]
I checked in my nexus repository in that directory and we do not have a 2.5 folder for maven-clean-plugin. However, I have searched the POM.xml and project files and no where do I see that it defines 2.5 as a dependency. So why does it keep looking for 2.5? What are some different ways I could fix it aside from putting 2.5 on the nexus?