Added movies microservice for Ch 8 EoC Lab
This commit is contained in:
12
movies/settings.xml
Normal file
12
movies/settings.xml
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user