Skip to content

Commit

Permalink
bom profile
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Dec 23, 2024
1 parent 1d2f155 commit 1f46d39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions google-oauth-client-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,27 @@
</plugins>
</build>
</profile>
<profile>
<!-- Optionally, we can publish the artifacts to GCP Artifact Registry specifying
this release-gcp-artifact-registry profile:
mvn deploy -P=release-gcp-artifact-registry -P=-release-sonatype \
-Dartifact-registry-url=artifactregistry://us-maven.pkg.dev/...
-->
<id>release-gcp-artifact-registry</id>
<properties>
<artifact-registry-url>artifactregistry://please-define-artifact-registry-url-property</artifact-registry-url>
</properties>
<distributionManagement>
<repository>
<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>
<id>release-sign-artifacts</id>
<activation>
Expand Down

0 comments on commit 1f46d39

Please sign in to comment.