I have to use two mirrors. In .m2/settings I have
<mirrors>
<mirror>
<id>nexus_xyz</id>
<mirrorOf>*</mirrorOf>
<url>https://../</url>
</mirror>
<mirror>
<id>nexus_wso2</id>
<mirrorOf>*</mirrorOf>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
</mirror>
</mirrors>
Then in the pom.xml of my project I don't know how to say to download something from the first mirror and something from the second mirror. Thanks