@@ -37,7 +37,7 @@ If you want to interact with multiple repositories, you can add each repository
37
37
If your instance has subdomain isolation enabled:
38
38
{% endif %}
39
39
40
- ``` xml
40
+ ```
41
41
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
42
42
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
43
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
@@ -66,11 +66,11 @@ If your instance has subdomain isolation enabled:
66
66
<enabled>true</enabled>
67
67
</snapshots>
68
68
</repository>
69
- < !-- EACH package should be separately noted due to a limitation on group/organization
69
+ < !-- EACH package should be separately noted due to a limitation on group/organization
70
70
level package resolution. This may lead to numerous `repository` definitions that
71
71
are different in `REPOSITORY` only.
72
- -->
73
- & lt !-- <repository >
72
+ -->
73
+ < !-- <repository>
74
74
<id>github</id>
75
75
<name>GitHub OWNER Apache Maven Packages</name>
76
76
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY</url>
@@ -81,7 +81,7 @@ If your instance has subdomain isolation enabled:
81
81
<enabled>true</enabled>
82
82
</snapshots>
83
83
</repository>
84
- -->
84
+ -->
85
85
</repositories>
86
86
</profile>
87
87
</profiles>
@@ -99,7 +99,7 @@ If your instance has subdomain isolation enabled:
99
99
{% if enterpriseServerVersions contains currentVersion %}
100
100
If your instance has subdomain isolation disabled:
101
101
102
- ``` xml
102
+ ```
103
103
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
104
104
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
105
105
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
@@ -128,11 +128,11 @@ If your instance has subdomain isolation disabled:
128
128
<enabled>true</enabled>
129
129
</snapshots>
130
130
</repository>
131
- < !-- EACH package should be separately noted due to a limitation on group/organization
131
+ < !-- EACH package should be separately noted due to a limitation on group/organization
132
132
level package resolution. This may lead to numerous `repository` definitions that
133
133
are different in `REPOSITORY` only.
134
- -->
135
- < !-- <repository >
134
+ -->
135
+ < !-- <repository>
136
136
<id>github</id>
137
137
<name>GitHub OWNER Apache Maven Packages</name>
138
138
<url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
@@ -143,7 +143,7 @@ If your instance has subdomain isolation disabled:
143
143
<enabled>true</enabled>
144
144
</snapshots>
145
145
</repository>
146
- -->
146
+ -->
147
147
</repositories>
148
148
</profile>
149
149
</profiles>
0 commit comments