Student User
2019-08-08 7be4a5f7fc140d1495e739d8a02107879f2b9647
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings>
        <mirrors>
         <mirror>
         <id>internal-repository</id>
         <name>Maven Repository Manager for classroom</name>
         <!-- // TODO: Change the url attribute to the nexus proxy server URL for your environment. -->
         <url>http://nexus-common.apps.cluster.domain.example.com/repository/java</url>
         <mirrorOf>*</mirrorOf>
         </mirror>
       </mirrors>
</settings>