File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 27
27
cache : ' maven'
28
28
29
29
# this is a temporary workaround until new Maven Central snapshot publishing is sorted out
30
- - name : Build vavr-match snapshot
31
- run : git clone https://github.com/vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
32
-
33
30
- name : Build vavr-match-processor snapshot
34
31
run : git clone https://github.com/vavr-io/vavr-match-processor.git && mvn -f vavr-match-processor/pom.xml install -DskipTests
35
32
Original file line number Diff line number Diff line change 22
22
cache : ' maven'
23
23
24
24
# this is a temporary workaround until new Maven Central snapshot publishing is sorted out
25
- - name : Build vavr-match snapshot
26
- run : git clone https://github.com/vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
27
-
28
25
- name : Build vavr-match-processor snapshot
29
26
run : git clone https://github.com/vavr-io/vavr-match-processor.git && mvn -f vavr-match-processor/pom.xml install -DskipTests
30
27
Original file line number Diff line number Diff line change 543
543
</profile >
544
544
</profiles >
545
545
546
- <distributionManagement >
546
+ <repositories >
547
547
<repository >
548
- <id >sonatype-nexus-staging</id >
549
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
548
+ <name >Central Portal Snapshots</name >
549
+ <id >central-portal-snapshots</id >
550
+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
551
+ <releases >
552
+ <enabled >false</enabled >
553
+ </releases >
554
+ <snapshots >
555
+ <enabled >true</enabled >
556
+ </snapshots >
550
557
</repository >
551
- <snapshotRepository >
552
- <id >sonatype-nexus-snapshots</id >
553
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
554
- </snapshotRepository >
555
- </distributionManagement >
558
+ </repositories >
556
559
557
560
</project >
You can’t perform that action at this time.
0 commit comments