I have following configurations on my settings.xml
to get organization's internal artifacts.
<mirrors>
<mirror>
<id>internal-repository-1</id>
<url>http://local.host/repository/internal/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
Normally it has every artifacts to build internal projects. But I want to download some other artifacts from MavenCentral. Since I'm using above mirror configurations it will not check artifacts on MavenCentral.
I want to know is there any way to download artifacts from MavenCentral if it is not available in our internal repository by modifying settings.xml
I have already refer following questions and did not help.