Today i got the question if it was possible to configure a repository directly in the pom file without specifying the repository in our internal nexus server. This is possible as described in the Maven mirror quide.
configuration
We configured a nexus server to control the used dependencies and ensure that all developers are using the correct versions. Therefore we configured the following in our settings.xml
All repostiory request that mach '*' will be redirected to the nexus...