12 lines
474 B
XML
12 lines
474 B
XML
<?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>
|