File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
5+ <servers >
6+ <server >
7+ <id >terminus</id >
8+ <username >{{BP_NEXUS_USERNAME}}</username >
9+ <password >{{BP_NEXUS_PASSWORD}}</password >
10+ </server >
11+ </servers >
12+ <mirrors >
13+ <mirror >
14+ <id >terminus</id >
15+ <mirrorOf >*</mirrorOf >
16+ <url >{{BP_NEXUS_URL}}/repository/public/</url >
17+ </mirror >
18+ </mirrors >
19+
20+ <profiles >
21+ <profile >
22+ <activation >
23+ <activeByDefault >true</activeByDefault >
24+ </activation >
25+ <repositories >
26+ <repository >
27+ <id >placeholder</id >
28+ <url >{{BP_NEXUS_URL}}/repository/public/</url >
29+ <releases >
30+ <enabled >true</enabled >
31+ </releases >
32+ <snapshots >
33+ <enabled >true</enabled >
34+ <updatePolicy >always</updatePolicy >
35+ <checksumPolicy >warn</checksumPolicy >
36+ </snapshots >
37+ </repository >
38+ </repositories >
39+ <pluginRepositories >
40+ <pluginRepository >
41+ <id >placeholder</id >
42+ <url >{{BP_NEXUS_URL}}/repository/public/</url >
43+ <releases >
44+ <enabled >true</enabled >
45+ </releases >
46+ <snapshots >
47+ <enabled >true</enabled >
48+ <updatePolicy >always</updatePolicy >
49+ <checksumPolicy >warn</checksumPolicy >
50+ </snapshots >
51+ </pluginRepository >
52+ </pluginRepositories >
53+ </profile >
54+ </profiles >
55+ </settings >
You can’t perform that action at this time.
0 commit comments