Skip to content

Commit

Permalink
chore: remove artifactregistry-maven-wagon (#974)
Browse files Browse the repository at this point in the history
Removing artifactregistry-maven-wagon extension declaration in favor of the extensions.xml file in Google3.
  • Loading branch information
suztomo authored Jan 28, 2025
1 parent 13ee4cb commit 2322b78
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,6 @@
</plugin>
</plugins>
</pluginManagement>
<extensions>
<extension>
<!--
Enables the "artifactregistry://" URL scheme (go/airlock/howto_maven).
Note that Maven extensions cannot be included in profiles (
https://maven.apache.org/guides/introduction/introduction-to-profiles.html#profiles-in-poms)
-->
<groupId>com.google.cloud.artifactregistry</groupId>
<artifactId>artifactregistry-maven-wagon</artifactId>
<version>2.2.4</version>
</extension>
</extensions>
</build>
<profiles>
<profile>
Expand Down

0 comments on commit 2322b78

Please sign in to comment.