Corporate Environment Problems

2006-08-04 Thread Flynn, Adam
I have just began to use maven 2. I have ran into a problem whilst attempting to setup my first project. It appears that because I am behind a proxy maven cannot gain access to the archetype plugin. I need to establish some form of local repository of plugins. Could somebody please tell me how I

Re: Corporate Environment Problems

2006-08-04 Thread Guenther Schroettner
Flynn, Adam wrote: It appears that because I am behind a proxy maven cannot gain access to the archetype plugin. Have you tried this: http://maven.apache.org/guides/mini/guide-proxies.html - Guenther - To unsubscribe,

Re: Corporate Environment Problems

2006-08-04 Thread Tamás Cservenák
Hi, you can look at here: http://proximity.abstracthorizon.org/ Here you will find some examples for settings.xml and creating environment. ~t~ On 8/4/06, Flynn, Adam [EMAIL PROTECTED] wrote: I have just began to use maven 2. I have ran into a problem whilst attempting to setup my first

RE: Corporate Environment Problems

2006-08-04 Thread Heck, Joe
+1 - we used this ourselves, and it's made maven2 significantly smoother for us. -joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamás Cservenák Sent: Friday, August 04, 2006 10:10 AM To: Maven Users List Subject: Re: Corporate Environment Problems

Re: Corporate Environment Problems

2006-08-04 Thread neeraj daffodil
it easy ,the maven2.0 have different structure than maven1.0 so if u want to make internal repository then use ftp server and in setting .xml write the url of your local repository like urlftp://yourserverdomain:portno/ and in your repository section of pom.xml write about ur ftp server to set