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 could go about setting up such a repository manually
(i.e what directory structure will be required) and what changes I'll need
to make to settings.xml.

Thanks
Adam Flynn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 could go about setting up such a repository manually
(i.e what directory structure will be required) and what changes I'll need
to make to settings.xml.

Thanks
Adam Flynn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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

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 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 could go about setting up such a repository manually
 (i.e what directory structure will be required) and what changes I'll need
 to make to settings.xml.

 Thanks
 Adam Flynn


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 up ur repository manually download the jar manually and then put in
the hirarchy as specify in apache sit
like artifactid then groupid then version then your jar ,if u want to look
the eg then see in${home}/.maven
hobe this abstract will help u



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 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 could go about setting up such a repository manually
(i.e what directory structure will be required) and what changes I'll need
to make to settings.xml.

Thanks
Adam Flynn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]