File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 9
9
deploy-snapshot :
10
10
name : Deploy Snapshot
11
11
runs-on : ubuntu-latest
12
- timeout-minutes : 15
13
12
steps :
14
13
- name : " Checkout Repository"
15
14
uses : actions/checkout@v5
Original file line number Diff line number Diff line change 31
31
<id >central</id >
32
32
<url >https://central.sonatype.com/api/v1/publisher/upload</url >
33
33
</repository >
34
+ <snapshotRepository >
35
+ <id >artifactory-snapshots</id >
36
+ <url >https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk</url >
37
+ </snapshotRepository >
34
38
</distributionManagement >
35
39
<scm >
36
40
<connection >scm:git:git://github.com/SAP/cloud-sdk-java.git</connection >
Original file line number Diff line number Diff line change 31
31
<id >central</id >
32
32
<url >https://central.sonatype.com/api/v1/publisher/upload</url >
33
33
</repository >
34
+ <snapshotRepository >
35
+ <id >artifactory-snapshots</id >
36
+ <url >https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk</url >
37
+ </snapshotRepository >
34
38
</distributionManagement >
35
39
<scm >
36
40
<connection >scm:git:git://github.com/SAP/cloud-sdk-java.git</connection >
Original file line number Diff line number Diff line change 41
41
<developerConnection >scm:git:ssh://github.com:SAP/cloud-sdk-java.git</developerConnection >
42
42
<url >https://github.com/SAP/cloud-sdk-java/tree/main</url >
43
43
</scm >
44
+ <distributionManagement >
45
+ <snapshotRepository >
46
+ <id >artifactory-snapshots</id >
47
+ <url >https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk</url >
48
+ </snapshotRepository >
49
+ </distributionManagement >
44
50
<properties >
45
51
<!-- do not modify the following line, it is updated by the versioning script -->
46
52
<sdk .version>5.22.0-SNAPSHOT</sdk .version>
481
487
<artifactId >maven-plugin-plugin</artifactId >
482
488
<version >3.15.1</version >
483
489
</plugin >
490
+ <plugin >
491
+ <groupId >org.apache.maven.plugins</groupId >
492
+ <artifactId >maven-javadoc-plugin</artifactId >
493
+ <version >3.11.2</version >
494
+ </plugin >
484
495
<plugin >
485
496
<groupId >com.sap.cloud.sdk.datamodel</groupId >
486
497
<artifactId >openapi-generator-maven-plugin</artifactId >
958
969
<plugin >
959
970
<groupId >org.apache.maven.plugins</groupId >
960
971
<artifactId >maven-javadoc-plugin</artifactId >
961
- <version >3.11.2</version >
962
972
<configuration >
963
973
<quiet >true</quiet >
964
974
<doclint >none</doclint >
You can’t perform that action at this time.
0 commit comments