Below is the definition of a mirror in settings.xml. What does the element <mirrorOf>\*</mirrorOf> tell Maven to do?
<mirror>
<id>internal-repo</id>
<url>http://repo.mycompany.com/proxy</url>
<mirrorOf>\*</mirrorOf>
</mirror>
Below is the definition of a mirror in settings.xml. What does the element <mirrorOf>\*</mirrorOf> tell Maven to do?
<mirror>
<id>internal-repo</id>
<url>http://repo.mycompany.com/proxy</url>
<mirrorOf>\*</mirrorOf>
</mirror>