Skip to content

Commit 9af1a81

Browse files
committed
fix: Configure GAR distribution repository
Add distributionManagement pointing to extenda's GAR Maven registry so 'mvn deploy' has a target. Without this, the release workflow fails with 'repository element was not specified in the POM inside distributionManagement element'.
1 parent 08b93eb commit 9af1a81

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
<tag>HEAD</tag>
1515
</scm>
1616

17+
<distributionManagement>
18+
<repository>
19+
<id>extenda-maven</id>
20+
<url>artifactregistry://europe-west1-maven.pkg.dev/extenda/maven</url>
21+
</repository>
22+
</distributionManagement>
23+
1724
<properties>
1825
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1926
</properties>

0 commit comments

Comments
 (0)