On Dec 13, 2007 2:31 AM, Shazia Bashir <[EMAIL PROTECTED]> wrote: > i am setting up our company repositories. I have made 3 repositories (3rd > party repo, snapshots repo, releases repo) . I want to make it available to > the users to deploy archives to all 3 repositories.
To make the repositories available, give the users the 'repository manager' role, and have them add credentials to settings.xml > How do i in my company.pom state this in the distributionmanagement, as it > doesnt let me set 2 different repositories (3rd party and release): Maven only allows one distributionManagement repository (and snapshotRepository) per project. If you put the default one in your parent pom, child projects are free to override it if they wish to deploy somewhere else. If that's not what you needed to know, please explain more about the problem you're trying to solve. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
