• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Installing Maven plugin for Eclipse Galileo

 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to install Maven plugin for Eclipse Galilieo (suggested by site :http://m2eclipse.sonatype.org/installing-m2eclipse.html).
Same steps are suggested by one of the topic of Javaranch.

When i tried to instlled the Maven plugin in Eclipse by pasting URL (http://m2eclipse.sonatype.org/sites/m2e) in the "Work With" filed of Install window of Eclipse Galileo. I am getting below message.

"No repository Found at http://m2eclipse.sonatype.org/sites/m2e"

Could anyone please help me on this?

Thanks.

 
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
You should be using this URL:
http://download.eclipse.org/technology/m2e/releases

See the docs here: http://wiki.eclipse.org/Maven_Integration
 
Jay Shukla
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

Thanks for replying.

I tried to access http://download.eclipse.org/technology/m2e/releases/ but i am getting 404 error.

Thanks in Advance.
 
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
Try this one instead: http://m2eclipse.sonatype.org/sites/m2e
 
reply
    Bookmark Topic Watch Topic
  • New Topic