File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 </pluginRepository >
8282 </pluginRepositories >
8383
84+ <distributionManagement >
85+ <snapshotRepository >
86+ <id >central</id >
87+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
88+ </snapshotRepository >
89+ <repository >
90+ <id >central</id >
91+ <url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deployByRepositoryId/${stagingRepositoryId} /</url >
92+ </repository >
93+ </distributionManagement >
94+
8495 <dependencyManagement >
8596 <dependencies >
8697 <dependency >
588599 </java >
589600 </configuration >
590601 </plugin >
602+ <!-- FIXME: Enable this plugin again, and delete the distribution management section,
603+ once we find out how to deploy single native files in a staging repository by using it
591604 <plugin>
592605 <groupId>org.sonatype.central</groupId>
593606 <artifactId>central-publishing-maven-plugin</artifactId>
596609 <configuration>
597610 <publishingServerId>central</publishingServerId>
598611 </configuration>
599- </plugin >
612+ </plugin-- >
600613 </plugins >
601614
602615 <pluginManagement >
You can’t perform that action at this time.
0 commit comments