File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 35
35
- name : Deploy to Artifactory
36
36
run : |
37
37
jfrog mvnc \
38
- --server-id-deploy spring-snapshot \
39
- --server-url https.//repo.spring.io \
38
+ --server-id-deploy repo.spring.io \
40
39
--repo-deploy-releases release \
41
40
--repo-deploy-snapshots snapshot
42
41
echo JFROG_CLI_BUILD_NAME=sbm-support-rewrite >> $GITHUB_ENV
45
44
env :
46
45
DISABLE_SAMPLES : true
47
46
run : |
48
- jfrog mvn clean install -B -Pci -DskipTests
47
+ jfrog mvn clean install -B -Pci,spring -DskipTests -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local
49
48
jfrog build-publish
Original file line number Diff line number Diff line change @@ -438,5 +438,24 @@ limitations under the License.
438
438
</plugins >
439
439
</build >
440
440
</profile >
441
+ <profile >
442
+ <id >spring</id >
443
+ <repositories >
444
+ <repository >
445
+ <id >spring-milestone</id >
446
+ <url >https://repo.spring.io/milestone</url >
447
+ <snapshots >
448
+ <enabled >false</enabled >
449
+ </snapshots >
450
+ </repository >
451
+ <repository >
452
+ <id >spring-snapshot</id >
453
+ <url >https://repo.spring.io/snapshot</url >
454
+ <releases >
455
+ <enabled >false</enabled >
456
+ </releases >
457
+ </repository >
458
+ </repositories >
459
+ </profile >
441
460
</profiles >
442
461
</project >
You can’t perform that action at this time.
0 commit comments