Disable the creation of the default repositories

Hi,

by default, after the installation of a nexus instance, new repositories are present, like maven-central. maven-public, etc…
Is it possible to disable this?

Thanks,
Balázs

Adding nexus.skipDefaultRepositories=true to your nexus.properties file should offer the behaviour you need

Thanks Mark!

One more question: does exist an environment variable for the same purpose?