|
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 | 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> --> |
67 | 67 | <mirror> |
68 | | - <id>down.nexus.baseerp.com.br</id> |
| 68 | + <id>down.nexus.prod.baseerp.com.br</id> |
69 | 69 | <mirrorOf>*</mirrorOf> |
70 | | - <url>https://nexus.baseerp.com.br/repository/maven-public/</url> |
| 70 | + <url>https://nexus.prod.baseerp.com.br/repository/maven-public/</url> |
71 | 71 | </mirror> |
72 | 72 | <mirror> |
73 | | - <id>up.nexus.baseerp.com.br</id> |
| 73 | + <id>up.nexus.prod.baseerp.com.br</id> |
74 | 74 | <mirrorOf>*</mirrorOf> |
75 | | - <url>https://nexus.baseerp.com.br/</url> |
| 75 | + <url>https://nexus.prod.baseerp.com.br/</url> |
76 | 76 | </mirror> |
77 | 77 | </mirrors> |
78 | 78 |
|
|
129 | 129 | </pluginRepositories> |
130 | 130 | </profile> |
131 | 131 | <profile> |
132 | | - <id>down.nexus.baseerp.com.br</id> |
| 132 | + <id>down.nexus.prod.baseerp.com.br</id> |
133 | 133 | <repositories> |
134 | 134 | <repository> |
135 | | - <id>down.nexus.baseerp.com.br</id> |
136 | | - <url>https://nexus.baseerp.com.br</url> |
| 135 | + <id>down.nexus.prod.baseerp.com.br</id> |
| 136 | + <url>https://nexus.prod.baseerp.com.br</url> |
137 | 137 | <releases> |
138 | 138 | <enabled>true</enabled> |
139 | 139 | </releases> |
|
144 | 144 | </repositories> |
145 | 145 | </profile> |
146 | 146 | <profile> |
147 | | - <id>up.nexus.baseerp.com.br</id> |
| 147 | + <id>up.nexus.prod.baseerp.com.br</id> |
148 | 148 | <repositories> |
149 | 149 | <repository> |
150 | | - <id>up.nexus.baseerp.com.br</id> |
151 | | - <url>https://nexus.baseerp.com.br</url> |
| 150 | + <id>up.nexus.prod.baseerp.com.br</id> |
| 151 | + <url>https://nexus.prod.baseerp.com.br</url> |
152 | 152 | <releases> |
153 | 153 | <enabled>true</enabled> |
154 | 154 | </releases> |
|
163 | 163 |
|
164 | 164 | <activeProfiles> |
165 | 165 | <!--make the profile active all the time --> |
166 | | - <activeProfile>down.nexus.baseerp.com.br</activeProfile> |
| 166 | + <activeProfile>down.nexus.prod.baseerp.com.br</activeProfile> |
167 | 167 | </activeProfiles> |
168 | 168 |
|
169 | 169 | <!-- activeProfiles | List of profiles that are active for all builds. | <activeProfiles> <activeProfile>alwaysActiveProfile</activeProfile> <activeProfile>anotherAlwaysActiveProfile</activeProfile> |
|
0 commit comments