• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing Maven plugin in eclipse galileo

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

I am trying to install maven plugin in eclipse galileo. Every time I am entering the site name to connect to maven repository, it is showing HTTP proxy authentication error.
I also went to Windows --> Preferences --> General --> Network Connections and tried to give my userid and password there to authenticate the proxy. But once i click apply and close it. it is still in the default state (without my id and password in proxy) while reopening.

Can anybody help me in this.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, you have to select "manual" from the drop down (native/direct/manual) and then make entries for proxy / userid and password for http,https and other if needed ... then save it .. it would keep the values
 
Ashish Nandan
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Now the error is showing as :
URL for update:
http://m2eclipse.sonatype.org/update/

Error :
Unable to connect to repository http://m2eclipse.codehaus.org/content.xml. Connection timed out

Kindly help.
 
avadesh Java
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try these URLs for downlaoding plugin. ...

http://m2eclipse.sonatype.org/update/
http://m2eclipse.sonatype.org/update-dev/

 
avadesh Java
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some people the update-dev link works .. also are you able to access these links from your browser ?
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you. This information here helped me to connect from eclipse to download maven plugin. I had to use dev link though and had to configure Proxy settings in eclipse.
 
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
"avadesh Java", please see your private message for an important administrative matter.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!
i am using eclips gallelio. please help me to find a link to dowload maven pulgin for eclips gallelio.
thanks!
 
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 googling maven eclipse plugin
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try http://m2eclipse.sonatype.org/sites/m2e
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this
http://code.google.com/p/q4e/wiki/Installation

worked for me
 
maruti kutre
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try http://m2eclipse.sonatype.org/sites/m2e

I this found at following link

http://m2eclipse.sonatype.org/installing-m2eclipse.html
 
Greenhorn
Posts: 4
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this one-

http://q4e.googlecode.com/svn/trunk/updatesite-iam/
 
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 getting below error while trying to install plugin from Eclipse Galileo.

Unable to Read Repository at http://q4e.googlecode.com/svn/trunk/updatesite-iam/site.xml

Infact I am getting the same error for other URL mentioned in this post.
I have attached the error screenshot.

I am not able to pinpoint the problem.

Can anyone please help me?

Thanks in Advance.


error.jpg
[Thumbnail for error.jpg]
 
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
Where did the site.xml at the end of the URL come from? The correct URL is the one that Abhijit posted - browsing there looks like repository contents.

What URL did you give for the m2e plugin? The correct one is http://download.eclipse.org/technology/m2e/releases. (Note that you can no longer obtain the old m2eclipse plugin, or at least I haven't been able to find a URL for it.)

And if I recall correctly, Galileo should have the Eclipse Marketplace. If it does, try using the Marketplace to install the plugin.
 
reply
    Bookmark Topic Watch Topic
  • New Topic