reading maven user settings xml in eclipse

2011-02-24 Thread Qian, Yi
Hello, list

We are using archiva as our local maven repository and by following the 
instructions on archiva web site, I set up archiva authentication against our 
LDAP server.

We installed IAM plugin to enable maven in eclipse. But, in order to let maven 
to use archiva, we have to include settings.xml under each developer's 
home/.m2/ folder.  The settings.xml is very simple, it has archiva url and 
developer's credential only.

What we like to have is a pop up window takes the url and the credential to 
create the connection instead of reading from settings.xml. Does this function 
already been implemented? If yes, could it be shared? If not, can somebody 
point me a start point?

Regards,

Yi

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



Re: reading maven user settings xml in eclipse

2011-02-24 Thread Barrie Treloar
On Fri, Feb 25, 2011 at 6:56 AM, Qian, Yi yq...@ku.edu wrote:

 Hello, list

 We are using archiva as our local maven repository and by following the
 instructions on archiva web site, I set up archiva authentication against
 our LDAP server.

 We installed IAM plugin to enable maven in eclipse. But, in order to let
 maven to use archiva, we have to include settings.xml under each developer's
 home/.m2/ folder.  The settings.xml is very simple, it has archiva url and
 developer's credential only.

 What we like to have is a pop up window takes the url and the credential to
 create the connection instead of reading from settings.xml. Does this
 function already been implemented? If yes, could it be shared? If not, can
 somebody point me a start point?

 Regards,

 Yi


Try the IAM mailing list?