File tree Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 42
42
env :
43
43
DISABLE_SAMPLES : true
44
44
run : |
45
- jfrog rt mvn clean install -B -DskipTests
45
+ jfrog rt mvn clean install -B -DskipTests -Pci
46
46
jfrog rt build-publish
Original file line number Diff line number Diff line change @@ -436,34 +436,5 @@ limitations under the License.
436
436
</plugins >
437
437
</build >
438
438
</profile >
439
- <profile >
440
- <id >spring-repos</id >
441
- <repositories >
442
- <repository >
443
- <id >spring-snapshots</id >
444
- <name >Spring Snapshots</name >
445
- <url >https://repo.spring.io/libs-snapshot-local</url >
446
- <snapshots >
447
- <enabled >true</enabled >
448
- </snapshots >
449
- </repository >
450
- <repository >
451
- <id >spring-milestones</id >
452
- <name >Spring Milestones</name >
453
- <url >https://repo.spring.io/libs-milestone-local</url >
454
- <snapshots >
455
- <enabled >false</enabled >
456
- </snapshots >
457
- </repository >
458
- <repository >
459
- <id >spring-releases</id >
460
- <name >Spring Releases</name >
461
- <url >https://repo.spring.io/release</url >
462
- <snapshots >
463
- <enabled >false</enabled >
464
- </snapshots >
465
- </repository >
466
- </repositories >
467
- </profile >
468
439
</profiles >
469
440
</project >
You can’t perform that action at this time.
0 commit comments