Skip to content

Commit fbd4a59

Browse files
committed
adds missing distribution management
1 parent 4a6c1a6 commit fbd4a59

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
99
<version>0.4.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
11-
11+
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<compileSource>11</compileSource>
@@ -145,6 +145,17 @@
145145
</plugins>
146146
</build>
147147

148+
<distributionManagement>
149+
<!-- for deployment to GitHub Packages the id must be 'github',
150+
if not the deployment fails with a 401 error;
151+
repository also used for snapshots if no snapshotRepository defined -->
152+
<repository>
153+
<id>github</id>
154+
<name>GitHub Packages</name>
155+
<url>https://maven.pkg.github.com/highmed/highmed-processes</url>
156+
</repository>
157+
</distributionManagement>
158+
148159
<repositories>
149160
<repository>
150161
<id>github</id>

0 commit comments

Comments
 (0)