• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Plugin org.apache.maven.plugins:maven-resources-plugin:2.4.1missing

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I had an exisitng maven project which i imported into eclipse .After running Maven Install on the project i am getting the following error


I checked the plugin ,and it is available in my m2 repostiory .I have deleted the maven folder and downloaded it again ,but still getting the same error.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My guess is that you don't have access to Maven Central. Are you doing this from work, in which case there could be a corporate firewall issue? Or do you need to to configure a proxy (is your browser configured for a proxy)?
What happens when you click this URL: http://central.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.1/
 
vamsi naki
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,
I am doing this from work ,the browser is configured to a proxy.But i am able to access the link which you sent http://central.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.1/ ,i am getting a page with an index of maven-resources-plugin jars.
 
vamsi naki
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter for the link,i downloaded the jar for the maven-resources-plugin file in m2 repository and was able to resolve the issue.I had a file called maven-resources.plugin previously and i thought that it was present ,but i had to keep the jar.Wasted a lot of time on this small thing
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Occasionally when things a really going wrong it helps to wipe out the .m2/repository and let Maven start over from scratch. I usually do this about once a year.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic