Skip to content

Commit

Permalink
snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Nov 25, 2024
1 parent 648a045 commit e3185a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
mvn deploy -P=release-gcp-artifact-registry -P=-release-sonatype \
-Dartifact-registry-url=artifactregistry://us-maven.pkg.dev/...
See
-->
<id>release-gcp-artifact-registry</id>
<activation>
Expand All @@ -148,6 +147,10 @@
<id>gcp-artifact-registry-repository</id>
<url>${artifact-registry-url}</url>
</repository>
<snapshotRepository>
<id>gcp-artifact-registry-repository</id>
<url>${artifact-registry-url}</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
Expand Down

0 comments on commit e3185a1

Please sign in to comment.