• 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

Maven + Eclipse, difficult behind proxy

 
Ranch Hand
Posts: 43
Spring Tomcat Server Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Anyone had issues also?

Issues: proxy already given to maven, and eclipse installed with maven plugin and proxy set up, yet some actions seem to not see the proxy setting.

My dirty workaround now is to use my mobile connection, which is expensive. It is slow, but I am able to continue my work.

Any tips?
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you be more explicit, which message is Eclipse showing ?

I have faced similar kind of errors:

http://devwebcl.blogspot.cl/2013/05/eclipse-proxy-config.html

http://devwebcl.blogspot.cl/2014/09/eclispe-http-proxy-authentication.html

 
John Cruz
Ranch Hand
Posts: 43
Spring Tomcat Server Chrome
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the reply. That is interesting.

Today, I tried again and surpridingly, I was able to work with Eclipse Mars + m2eclipse maven plugin for eclipse + eclipse-embedded maven.

Basically here is my findings:

1. I had issues when creating new project using m2eclipse. The error is like 'connection refused'. This is even if the proxy is already set into the maven setting.xml.
2. No issues when I use an existing project already. I click 'Configure' then choose something like 'convert to maven project'. This made the pom.xml and eclipse work together, e.g. when pom.xml is edited, the project is rebuild automatically.

In summary, I only got the issue when creating a new project using the m2eclipse plugin and choosing to create based on an artifact (pattern).
reply
    Bookmark Topic Watch Topic
  • New Topic