File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 distribution : ' zulu'
2121 java-version : ' 8'
22- server-id : ossrh
22+ server-id : central-portal-snapshots
2323 server-username : ${{ secrets.MAVEN_CENTRAL_USER }}
2424 server-password : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
2525
Original file line number Diff line number Diff line change 203203 <tagNameFormat >v@{project.version}</tagNameFormat >
204204 </configuration >
205205 </plugin >
206+ <plugin >
207+ <groupId >org.sonatype.central</groupId >
208+ <artifactId >central-publishing-maven-plugin</artifactId >
209+ <version >0.9.0</version >
210+ <extensions >true</extensions >
211+ <configuration >
212+ <publishingServerId >central</publishingServerId >
213+ <deploymentName >io.tarantool.testcontainers-java-tarantool</deploymentName >
214+ </configuration >
215+ </plugin >
206216 <plugin >
207217 <groupId >org.jacoco</groupId >
208218 <artifactId >jacoco-maven-plugin</artifactId >
366376 </profiles >
367377
368378 <distributionManagement >
369- <snapshotRepository >
370- <id >ossrh</id >
371- <url >https://central.sonatype.com/repository/maven-snapshots/</url >
372- </snapshotRepository >
373379 <repository >
374380 <id >ossrh</id >
375381 <url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url >
376382 </repository >
377383 </distributionManagement >
384+
385+ <repositories >
386+ <repository >
387+ <name >Central Portal Snapshots</name >
388+ <id >central-portal-snapshots</id >
389+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
390+ <releases >
391+ <enabled >false</enabled >
392+ </releases >
393+ <snapshots >
394+ <enabled >true</enabled >
395+ </snapshots >
396+ </repository >
397+ </repositories >
378398</project >
You can’t perform that action at this time.
0 commit comments