Skip to content

Commit

Permalink
Remove XML code fence language hint
Browse files Browse the repository at this point in the history
Attempting to retain comments in documentation.
  • Loading branch information
timothystone committed Nov 28, 2020
1 parent 06d41ff commit c01d36b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you want to interact with multiple repositories, you can add each repository
If your instance has subdomain isolation enabled:
{% endif %}

```xml
```
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
Expand Down Expand Up @@ -66,11 +66,11 @@ If your instance has subdomain isolation enabled:
<enabled>true</enabled>
</snapshots>
</repository>
&lt;!-- EACH package should be separately noted due to a limitation on group/organization
<!-- EACH package should be separately noted due to a limitation on group/organization
level package resolution. This may lead to numerous `repository` definitions that
are different in `REPOSITORY` only.
--&gt;
&lt!-- <repository>
-->
<!-- <repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY</url>
Expand All @@ -81,7 +81,7 @@ If your instance has subdomain isolation enabled:
<enabled>true</enabled>
</snapshots>
</repository>
--&gt;
-->
</repositories>
</profile>
</profiles>
Expand All @@ -99,7 +99,7 @@ If your instance has subdomain isolation enabled:
{% if enterpriseServerVersions contains currentVersion %}
If your instance has subdomain isolation disabled:

```xml
```
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
Expand Down Expand Up @@ -128,11 +128,11 @@ If your instance has subdomain isolation disabled:
<enabled>true</enabled>
</snapshots>
</repository>
&lt;!-- EACH package should be separately noted due to a limitation on group/organization
<!-- EACH package should be separately noted due to a limitation on group/organization
level package resolution. This may lead to numerous `repository` definitions that
are different in `REPOSITORY` only.
--&gt;
&lt;!-- <repository>
-->
<!-- <repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
Expand All @@ -143,7 +143,7 @@ If your instance has subdomain isolation disabled:
<enabled>true</enabled>
</snapshots>
</repository>
--&gt;
-->
</repositories>
</profile>
</profiles>
Expand Down

0 comments on commit c01d36b

Please sign in to comment.