Re: Manual plugin installation

2009-10-14 Thread Anders Hammar
As everyone at your company is going to run into this problem, what you
should do is set up a corporate repository manager where you handle this.
Then configure the repo manager to proxy any Internet repository you need.
All Maven clients/users then don't have to worry about your magic web proxy
issues, but just configure Maven to use your internal repository manager
instead. What you've gained in the process is a much stable and faster
corporate Maven setup. Which you can build on in the future with, for
instance, internal (corporate) repos for your own artifacts.

/Anders

On Wed, Oct 14, 2009 at 19:56, Radhakrishnan, Tamilselvan (GE Capital,
Non-GE)  wrote:

> Hi,
> Thanks very much.  I've got the details by downloading the .pac file.
> Now I'll try with host and port details to configure the maven
> automatically.
>
> Note : The .pac file can be downloaded by just pasting the PAC URL in
> the browser. EX: http://company/pac.pac
>
> Regards,
> Tamil
>
>
> Tamilselvan Radhakrishnan
> Contractor
> GE Capital - Americas
> T  +1 203 546 3049
> E  tamilselvan.radhakrish...@ge.com
> @ 83 Wooster Heights Rd, Danbury, CT 06810, USA
>
> -Original Message-
> From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com]
> Sent: Wednesday, October 14, 2009 1:33 PM
> To: Maven Users List
> Cc: Maven Users List
> Subject: Re: Manual plugin installation
>
> I think he is using Intercrap Explorer's automatically detect proxy
> settings magic wand, so he does not know what his proxy is.
>
> tip, google how IE determines the proxy automatically, essentially it
> gets the URL of a .PAC file. download that file it's a JavaScript
> function that returns the proxy given an URL
>
> Sent from my [rhymes with tryPod] ;-)
>
> On 14 Oct 2009, at 17:50, Manos Batsis 
> wrote:
>
> > Radhakrishnan, Tamilselvan (GE Capital, Non-GE) wrote:
> >> Hi,
> >> I'm new to Maven.  When I configure maven, it is not automatically
> >> downloading plugings as I'm using automatic proxy settings and I may
> >> not get the Host/port details due to security.  Is there any way I
> >> can manually download all plugins?
> >> Then where should I place the plugin jar files.?
> >
> > No need to do that, just read the manual and configure Maven to use
> > the same proxy your browser does.
> >
> > hth,
> >
> > Manos
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


RE: Manual plugin installation

2009-10-14 Thread Radhakrishnan, Tamilselvan (GE Capital, Non-GE)
Hi,
Thanks very much.  I've got the details by downloading the .pac file.
Now I'll try with host and port details to configure the maven
automatically.

Note : The .pac file can be downloaded by just pasting the PAC URL in
the browser. EX: http://company/pac.pac

Regards,
Tamil


Tamilselvan Radhakrishnan
Contractor
GE Capital - Americas
T  +1 203 546 3049
E  tamilselvan.radhakrish...@ge.com
@ 83 Wooster Heights Rd, Danbury, CT 06810, USA

-Original Message-
From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] 
Sent: Wednesday, October 14, 2009 1:33 PM
To: Maven Users List
Cc: Maven Users List
Subject: Re: Manual plugin installation

I think he is using Intercrap Explorer's automatically detect proxy
settings magic wand, so he does not know what his proxy is.

tip, google how IE determines the proxy automatically, essentially it
gets the URL of a .PAC file. download that file it's a JavaScript
function that returns the proxy given an URL

Sent from my [rhymes with tryPod] ;-)

On 14 Oct 2009, at 17:50, Manos Batsis 
wrote:

> Radhakrishnan, Tamilselvan (GE Capital, Non-GE) wrote:
>> Hi,
>> I'm new to Maven.  When I configure maven, it is not automatically 
>> downloading plugings as I'm using automatic proxy settings and I may 
>> not get the Host/port details due to security.  Is there any way I 
>> can manually download all plugins?
>> Then where should I place the plugin jar files.?
>
> No need to do that, just read the manual and configure Maven to use 
> the same proxy your browser does.
>
> hth,
>
> Manos
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Manual plugin installation

2009-10-14 Thread Stephen Connolly
I think he is using Intercrap Explorer's automatically detect proxy  
settings magic wand, so he does not know what his proxy is.


tip, google how IE determines the proxy automatically, essentially it  
gets the URL of a .PAC file. download that file it's a JavaScript  
function that returns the proxy given an URL


Sent from my [rhymes with tryPod] ;-)

On 14 Oct 2009, at 17:50, Manos Batsis   
wrote:



Radhakrishnan, Tamilselvan (GE Capital, Non-GE) wrote:

Hi,
I'm new to Maven.  When I configure maven, it is not automatically
downloading plugings as I'm using automatic proxy settings and I  
may not

get the Host/port details due to security.  Is there any way I can
manually download all plugins?
Then where should I place the plugin jar files.?


No need to do that, just read the manual and configure Maven to use  
the same proxy your browser does.


hth,

Manos

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Manual plugin installation

2009-10-14 Thread Manos Batsis

Radhakrishnan, Tamilselvan (GE Capital, Non-GE) wrote:

Hi,
I'm new to Maven.  When I configure maven, it is not automatically
downloading plugings as I'm using automatic proxy settings and I may not
get the Host/port details due to security.  Is there any way I can
manually download all plugins?
Then where should I place the plugin jar files.?


No need to do that, just read the manual and configure Maven to use the 
same proxy your browser does.


hth,

Manos

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org