RE: Maven Configuration in Eclipse

2009-11-04 Thread Exposito Aguilera, Francisco
t;Download Remote Indexes". And I haven't found this option in Archiva... Thanks in advance. -Mensaje original- De: Exposito Aguilera, Francisco Enviado el: miércoles, 04 de noviembre de 2009 14:36 Para: 'Maven Users List' Asunto: RE: Maven Configuration in Eclipse How can

RE: Maven Configuration in Eclipse

2009-11-04 Thread Exposito Aguilera, Francisco
Configuration in Eclipse Hi, fist you have to understand that you cannot really share the settings.xml. All you can do is, that you provide a template that can be copied by the users and should be stored in the default location "/.m2/". Exposito Aguilera, Francisco wrote at Mittwoch, 4

RE: RE: Maven Configuration in Eclipse

2009-11-04 Thread Todd Thiessen
> fist you have to understand that you cannot really share the > settings.xml. It is easier to share the global settings.xml file (the one found in the /conf directory of you maven installation. You can put all the corporate repo information in the global settings.xml file location and this file

RE: Maven Configuration in Eclipse

2009-11-04 Thread Jörg Schaible
Hi, fist you have to understand that you cannot really share the settings.xml. All you can do is, that you provide a template that can be copied by the users and should be stored in the default location "/.m2/". Exposito Aguilera, Francisco wrote at Mittwoch, 4. November 2009 12:30: > I'm a litt

RE: Maven Configuration in Eclipse

2009-11-04 Thread Exposito Aguilera, Francisco
Enviado el: miércoles, 04 de noviembre de 2009 11:40 Para: Maven Users List Asunto: Re: Maven Configuration in Eclipse Have you tried configuring mirror to user's settings.xml -> http://maven.apache.org/settings.html#Mirrors On Wed, Nov 4, 2009 at 12:02 PM, Exposito Aguilera, Francisco

Re: Maven Configuration in Eclipse

2009-11-04 Thread Jouko Johansson
o el: miércoles, 04 de noviembre de 2009 10:45 > Para: Maven Users List > Asunto: Re: Maven Configuration in Eclipse > > You should specify the repository location either in your pom.xml or in > settings like that: > > > maven2-repository.dev.java.net > Java.net Re

Re: Maven Configuration in Eclipse

2009-11-04 Thread Valentin Jacquemin
om] > Enviado el: miércoles, 04 de noviembre de 2009 10:45 > Para: Maven Users List > Asunto: Re: Maven Configuration in Eclipse > > You should specify the repository location either in your pom.xml or in > settings like that: > > > maven2-repository.dev.java.net

RE: Maven Configuration in Eclipse

2009-11-04 Thread Exposito Aguilera, Francisco
de noviembre de 2009 10:45 Para: Maven Users List Asunto: Re: Maven Configuration in Eclipse You should specify the repository location either in your pom.xml or in settings like that: maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2/ Adapt basing

Re: Maven Configuration in Eclipse

2009-11-04 Thread Valentin Jacquemin
You should specify the repository location either in your pom.xml or in settings like that: maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2/ Adapt basing on your environment. Regards, Valentin Jacquemin On Wed, Nov 4, 2009 at 10:28 AM, Exp

Maven Configuration in Eclipse

2009-11-04 Thread Exposito Aguilera, Francisco
Hello, I have a Maven installed in a linux Server and there is the local repository. Then I have my Eclipse in a Windows system. How can I configure m2eclipse in order to search inside the linux repository? Thanks a lot. - To