Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iam-dev] Reading maven user settings.xml

Hi,

No, there's no such functionality in Eclipse IAM because although that
could work on the IDE it wouldn't work if you need to use the command
line client.

The usual solution to prevent passwords being stored is the Maven
settings encryption
http://maven.apache.org/guides/mini/guide-encryption.html

Consider that if you are using svn or other source control tools the
passwords are usually stored in the filesystem too


On Fri, Feb 25, 2011 at 5:49 PM, Qian, Yi <yqian@xxxxxx> wrote:
> Hello, list
>
> We 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 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
> _______________________________________________
> iam-dev mailing list
> iam-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/iam-dev
>


Back to the top