Skip to content

Commit 07f05ad

Browse files
authored
Use single repository element for owner
1 parent c8f7be4 commit 07f05ad

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

content/packages/guides/configuring-apache-maven-for-use-with-github-packages.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,14 @@ If your instance has subdomain isolation enabled:
5959
<repository>
6060
<id>github</id>
6161
<name>GitHub OWNER Apache Maven Packages</name>
62-
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY</url>
62+
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/*</url>
6363
<releases>
6464
<enabled>true</enabled>
6565
</releases>
6666
<snapshots>
6767
<enabled>true</enabled>
6868
</snapshots>
6969
</repository>
70-
<repository>
71-
<id>github</id>
72-
<name>GitHub OWNER Apache Maven Packages</name>
73-
<url>https://{% if currentVersion == "free-pro-team@latest" %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY-2</url>
74-
<snapshots>
75-
<enabled>true</enabled>
76-
</snapshots>
77-
</repository>
7870
</repositories>
7971
</profile>
8072
</profiles>

0 commit comments

Comments
 (0)