Re: how to instal internal repository?

2006-03-20 Thread lmk
I actually copied the my local repository to the internal, I have uncommented the definition of the mirroirs sits. So, it seems that that functions to create a basic project, however, while trying to create a webapp, maven does not find the artifact corresponding in my internal (remonte reposito

Re: how to instal internal repository?

2006-03-19 Thread Wendy Smoak
On 3/19/06, Devraj Brahmachari <[EMAIL PROTECTED]> wrote: > i tried doing that by writing the contents in settings.xml as an element > nested within the settings element...but the error message says > > Error reading settings.xml: Unrecognised tag: 'repositories' (position: > START_TA > G seen ...

Re: how to instal internal repository?

2006-03-19 Thread Alexandre Poitras
AIL PROTECTED]>* > > 03/20/2006 09:43 AM > Please respond to > "Maven Users List" > > To > "Maven Users List" > cc > > Subject > Re: how to instal internal repository? > > > > > > > Please post the problematic section

Re: how to instal internal repository?

2006-03-19 Thread Devraj Brahmachari
st" To "Maven Users List" cc Subject Re: how to instal internal repository? Please post the problematic section of your settings.xml or we can't really help you. On 3/19/06, Devraj Brahmachari <[EMAIL PROTECTED]> wrote: > hi > i tried doing t

Re: how to instal internal repository?

2006-03-19 Thread Alexandre Poitras
South Block > L&T Infotech Powai > Mumbai > > > > "Krishnan A S" <[EMAIL PROTECTED]> > 03/17/2006 07:31 PM > Please respond to > "Maven Users List" > > > To > "Maven Users List" > cc > > Subject > RE: how to i

RE: how to instal internal repository?

2006-03-19 Thread Devraj Brahmachari
: 16 pls advise... DEVRAJ BRAHMACHARI Center of Excellence - SOA South Block L&T Infotech Powai Mumbai "Krishnan A S" <[EMAIL PROTECTED]> 03/17/2006 07:31 PM Please respond to "Maven Users List" To "Maven Users List" cc Subject RE: how to instal i

RE: how to instal internal repository?

2006-03-17 Thread Krishnan A S
HNAN, AZTEC, BANGALORE. -Original Message- From: Devraj Brahmachari [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 5:44 PM To: Maven Users List Subject: Re: how to instal internal repository? hi cud somebody tell me how to create an internal repository in the first place. DE

Re: how to instal internal repository?

2006-03-17 Thread lmk
I have exactly the same parametrage and when I try to create an archetype I have the following error [ERROR] BUILD ERROR [INFO] -- [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: maven-archetype-webapp V

Re: how to instal internal repository?

2006-03-17 Thread Arnaud Bailly
Hi, What do you mean by creating ? It is just a matter of reserving some disk space and possibly configuring a web server to serve the content of a file system. Regards, -- Arnaud Bailly, Dr. - Ingénieur de Recherche NORSYS 1, rue de la Cense des Raines ZAC du Moulin 59710 ENNEVELIN Tel : (33)

Re: how to instal internal repository?

2006-03-17 Thread Devraj Brahmachari
hi cud somebody tell me how to create an internal repository in the first place. DEVRAJ BRAHMACHARI Center of Excellence - SOA South Block L&T Infotech Powai Mumbai __

Re: how to instal internal repository?

2006-03-17 Thread Arnaud Bailly
Hi, The repository must be available to all developpers, usually through http (or https). You just need to add reference to it in pom.xml : repoid http://my.host/myrepo And/or you can set this repository to be a mirror of 'central' (ie. ibiblio) in settings.xml : mirro

Re: how to instal internal repository?

2006-03-17 Thread Alexandre Poitras
Basically, you don't have to do anything on the repository except deploying the artifact you need using deploy or deploy-file (you can also copy your local repository if it is already fulled). To use your registry, you need to declare it in your project pom.xml file (or in a super pom if you don't