File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 128128 <httpclient .version>4.5.14</httpclient .version>
129129 <servlet .api.version>5.0.0</servlet .api.version>
130130 <jetty .version>11.0.14</jetty .version>
131+ <sonatype .plugin.version>0.8.0</sonatype .plugin.version>
131132 </properties >
132133
133134 <modules >
229230 </build >
230231 <profiles >
231232 <profile >
232- <id >ossrh </id >
233+ <id >central </id >
233234 <build >
234235 <plugins >
235236 <plugin >
239240 <executions >
240241 <execution >
241242 <id >attach-sources</id >
242- <phase >validate </phase >
243+ <phase >package </phase >
243244 <goals >
244245 <goal >jar-no-fork</goal >
245246 </goals >
274275 </execution >
275276 </executions >
276277 </plugin >
278+ <plugin >
279+ <groupId >org.sonatype.central</groupId >
280+ <artifactId >central-publishing-maven-plugin</artifactId >
281+ <version >${sonatype.plugin.version} </version >
282+ <extensions >true</extensions >
283+ <configuration >
284+ <publishingServerId >central</publishingServerId >
285+ </configuration >
286+ </plugin >
277287 </plugins >
278288 </build >
279289 </profile >
You can’t perform that action at this time.
0 commit comments