> Hi all,
>
> I've got the requirement of providing different settings.xml files to
> different "clients". Currently we've got different repositories: Third
> Party (TP), SNAPSHOTS and Releases. Each "client" has got different
> requirements. For instance, developers can only use all repositories as
> read-only, our CI environment can upload artifacts to the SNAPSHOT but
> have read-only access to TP and Releases while our build software can
> only upload to Releases but have read-only to TP and SNAPSHOTS.
>
> Is there a way to setup this kind of configuration via settings.xml or
> other elements inside a POM? So far it seems I couldn't find a way.

Just use different username/password combinations in your repository
server with different access rights and use the different roles in pom.xml
profiles and settings.xml.

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

Reply via email to