override maven mirror settings on a build server -


we have settings.xml on build server restricts access outside repositories , forces access local repository.

with cooperation of policy makers behind this, investigating possibility selectively (from project's pom.xml) enable outside repository access.

is possible? if so, simple configuring repository in pom.xml?

i'm afraid isn't possible. need specify alternative settings.xml on command line.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -