File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 <build >
9494 <pluginManagement >
9595 <plugins >
96+ <plugin >
97+ <groupId >org.sonatype.central</groupId >
98+ <artifactId >central-publishing-maven-plugin</artifactId >
99+ <version >0.9.0</version >
100+ <extensions >true</extensions >
101+ <configuration >
102+ <publishingServerId >central</publishingServerId >
103+ </configuration >
104+ </plugin >
96105 <plugin >
97106 <artifactId >maven-compiler-plugin</artifactId >
98107 <configuration >
173182 <plugin >
174183 <groupId >org.sonatype.central</groupId >
175184 <artifactId >central-publishing-maven-plugin</artifactId >
176- <version >0.9.0</version >
177- <extensions >true</extensions >
178- <configuration >
179- <publishingServerId >central</publishingServerId >
180- </configuration >
181185 </plugin >
182186 </plugins >
183187 </build >
231235 <profile >
232236 <id >release</id >
233237 <build >
238+ <pluginManagement >
239+ <plugins >
240+ <plugin >
241+ <groupId >org.apache.maven.plugins</groupId >
242+ <artifactId >maven-deploy-plugin</artifactId >
243+ <configuration >
244+ <skip >true</skip >
245+ </configuration >
246+ </plugin >
247+ </plugins >
248+ </pluginManagement >
234249 <plugins >
250+ <plugin >
251+ <groupId >org.apache.maven.plugins</groupId >
252+ <artifactId >maven-deploy-plugin</artifactId >
253+ <configuration >
254+ <skip >true</skip >
255+ </configuration >
256+ </plugin >
235257 <plugin >
236258 <groupId >org.apache.maven.plugins</groupId >
237259 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments