File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
spring-cloud-aws-dependencies Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 296296 <id >release</id >
297297 <build >
298298 <plugins >
299+ <plugin >
300+ <groupId >org.sonatype.central</groupId >
301+ <artifactId >central-publishing-maven-plugin</artifactId >
302+ <version >0.9.0</version >
303+ <extensions >true</extensions >
304+ <configuration >
305+ <publishingServerId >central</publishingServerId >
306+ </configuration >
307+ </plugin >
299308 <plugin >
300309 <groupId >org.apache.maven.plugins</groupId >
301310 <artifactId >maven-deploy-plugin</artifactId >
Original file line number Diff line number Diff line change 4949 <skip >true</skip >
5050 </configuration >
5151 </plugin >
52+ <plugin >
53+ <groupId >org.sonatype.central</groupId >
54+ <artifactId >central-publishing-maven-plugin</artifactId >
55+ <version >0.9.0</version >
56+ <extensions >true</extensions >
57+ <configuration >
58+ <skipPublishing >true</skipPublishing >
59+ </configuration >
60+ </plugin >
5261 </plugins >
5362 </build >
5463 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments