You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mavensettings.xml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@
37
37
<servers>
38
38
<server>
39
39
<!-- usuário para download de artefatos -->
40
-
<id>down.nexus.baseerp.com.br</id>
40
+
<id>down.nexus.prod.baseerp.com.br</id>
41
41
<username>${user}</username>
42
42
<password>${password}</password>
43
43
</server>
44
44
<server>
45
45
<!-- usuário para upload de artefatos -->
46
-
<id>up.nexus.baseerp.com.br</id>
46
+
<id>up.nexus.prod.baseerp.com.br</id>
47
47
<username>${user}</username>
48
48
<password>${password}</password>
49
49
</server>
@@ -65,14 +65,14 @@
65
65
of this mirror. IDs are used | for inheritance and direct lookup purposes, and must be unique across the set of mirrors. | <mirror> <id>mirrorId</id> <mirrorOf>repositoryId</mirrorOf>
66
66
<name>Human Readable Name for this Mirror.</name> <url>http://my.repository.com/repo/path</url> </mirror> -->
<!-- activeProfiles | List of profiles that are active for all builds. | <activeProfiles> <activeProfile>alwaysActiveProfile</activeProfile> <activeProfile>anotherAlwaysActiveProfile</activeProfile>
0 commit comments