Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to configure eclips(3.4.2) GANYMEDE with maven 2.x or 3.0,anyone tell me how I can do this??I tried to add
software updates--->Available software--->maven I couldn't find maven plug-in from that,Then after I tried some repositories using "add site" but that didn't success. thanxx

share|improve this question
I get the same error "Repository not found". Any idea if you were able to solve this? – sabertooth Dec 9 '11 at 3:42

2 Answers

up vote 0 down vote accepted

m2eclipse is the plugin you are looking for. Installation instructions are here for eclipse.

share|improve this answer
1  
hi thanxx for the reply,I tried with this (m2eclipse.sonatype.org/sites/m2e) but when I press the update it shows "This repository is currently not available".But I can access it directly,don't know what to do – 123Ex Dec 26 '10 at 6:23
May be you are behind proxy or something. I installed it just yesterday – Pangea Dec 26 '10 at 6:29
is there anything that I can do to solve this issue??? – 123Ex Dec 26 '10 at 6:31
you need to post the exact error with screenshot otherwise its impossible to help. r u behind proxy? if so you need to configure the eclipse proxy settings. – Pangea Dec 26 '10 at 6:36
I'm trying to configure with my own pc,This is the way I have done so far – 123Ex Dec 26 '10 at 6:41
show 5 more comments

use http://m2eclipse.sonatype.org/sites/archives/0.10.2.20100623-1649/

instead of:

http://m2eclipse.sonatype.org/sites/m2e

share|improve this answer
1  
I am looking for version 0.9 for linux. Any idea where will that be? – sabertooth Dec 9 '11 at 3:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.