File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >dsf-bpe-highmed-processes-pom</artifactId >
9
9
<version >0.4.0-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
-
11
+
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<compileSource >11</compileSource >
145
145
</plugins >
146
146
</build >
147
147
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
+
148
159
<repositories >
149
160
<repository >
150
161
<id >github</id >
You can’t perform that action at this time.
0 commit comments