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