Skip to content

Commit 2322b78

Browse files
authored
chore: remove artifactregistry-maven-wagon (#974)
Removing artifactregistry-maven-wagon extension declaration in favor of the extensions.xml file in Google3.
1 parent 13ee4cb commit 2322b78

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

native-image-shared-config/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,6 @@
9999
</plugin>
100100
</plugins>
101101
</pluginManagement>
102-
<extensions>
103-
<extension>
104-
<!--
105-
Enables the "artifactregistry://" URL scheme (go/airlock/howto_maven).
106-
Note that Maven extensions cannot be included in profiles (
107-
https://maven.apache.org/guides/introduction/introduction-to-profiles.html#profiles-in-poms)
108-
-->
109-
<groupId>com.google.cloud.artifactregistry</groupId>
110-
<artifactId>artifactregistry-maven-wagon</artifactId>
111-
<version>2.2.4</version>
112-
</extension>
113-
</extensions>
114102
</build>
115103
<profiles>
116104
<profile>

0 commit comments

Comments
 (0)