File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
distribution : " temurin"
39
39
java-version : 11
40
- - name : Build with Maven and Coverage/Sonar
41
- run : mvn deploy -Pdeploy-early-access
40
+ - name : Deploy to GitHub
41
+ run : mvn deploy -Pgithub
42
42
env :
43
43
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 74
74
<developerConnection >scm:git:git@github.com:project-openubl/xbuilder.git</developerConnection >
75
75
</scm >
76
76
77
- <distributionManagement >
78
- <snapshotRepository >
79
- <id >ossrh</id >
80
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
81
- </snapshotRepository >
82
- <repository >
83
- <id >ossrh</id >
84
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
85
- </repository >
86
- </distributionManagement >
87
-
88
77
<dependencies >
89
78
<dependency >
90
79
<groupId >org.projectlombok</groupId >
299
288
</profile >
300
289
<profile >
301
290
<id >deploy</id >
291
+ <distributionManagement >
292
+ <snapshotRepository >
293
+ <id >ossrh</id >
294
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
295
+ </snapshotRepository >
296
+ <repository >
297
+ <id >ossrh</id >
298
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
299
+ </repository >
300
+ </distributionManagement >
302
301
<build >
303
302
<plugins >
304
303
<!-- Source plugin -->
357
356
</build >
358
357
</profile >
359
358
<profile >
360
- <id >deploy-early-access </id >
359
+ <id >github </id >
361
360
<distributionManagement >
362
361
<repository >
363
362
<id >github</id >
You can’t perform that action at this time.
0 commit comments