Commit df50f20 1 parent ad05c17 commit df50f20 Copy full SHA for df50f20
File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 108
108
</plugins >
109
109
</build >
110
110
111
- <distributionManagement >
112
- <snapshotRepository >
113
- <id >ossrh</id >
114
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
115
- </snapshotRepository >
116
- <repository >
117
- <id >ossrh</id >
118
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
119
- </repository >
120
- </distributionManagement >
121
-
122
111
<profiles >
123
112
<profile >
124
113
<id >release</id >
138
127
</execution >
139
128
</executions >
140
129
</plugin >
130
+ <plugin >
131
+ <!-- https://central.sonatype.org/publish/publish-portal-maven/ -->
132
+ <groupId >org.sonatype.central</groupId >
133
+ <artifactId >central-publishing-maven-plugin</artifactId >
134
+ <version >0.5.0</version >
135
+ <extensions >true</extensions >
136
+ <configuration >
137
+ <publishingServerId >central</publishingServerId >
138
+ </configuration >
139
+ </plugin >
141
140
</plugins >
142
141
</build >
143
142
</profile >
You can’t perform that action at this time.
0 commit comments