File tree Expand file tree Collapse file tree 2 files changed +35
-15
lines changed Expand file tree Collapse file tree 2 files changed +35
-15
lines changed Original file line number Diff line number Diff line change 138
138
</executions >
139
139
</plugin >
140
140
141
- <!-- <plugin>-->
142
- <!-- <groupId>org.sonatype.plugins</groupId>-->
143
- <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
144
- <!-- <configuration>-->
145
- <!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>-->
146
- <!-- </configuration>-->
147
- <!-- </plugin>-->
148
-
149
- <plugin >
150
- <groupId >org.sonatype.central</groupId >
151
- <artifactId >central-publishing-maven-plugin</artifactId >
152
- <version >0.7.0</version >
153
- <extensions >true</extensions >
154
- </plugin >
155
-
156
141
<plugin >
157
142
<groupId >org.codehaus.mojo</groupId >
158
143
<artifactId >build-helper-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 78
78
<relative-native-config-path >core/esmf-native-support/src-gen/main/resources/META-INF/native-image/${project.groupId} /esmf-native-support</relative-native-config-path >
79
79
<!-- The path to the native configs as it is reachable from the submodules -->
80
80
<native-config-path >${project.basedir} /../../${relative-native-config-path} </native-config-path >
81
+ <!-- Can be removed once configured in esmf-parent -->
82
+ <central-publishing-maven-plugin-version >0.8.0</central-publishing-maven-plugin-version >
81
83
</properties >
82
84
83
85
<dependencyManagement >
231
233
</dependencies >
232
234
233
235
<build >
236
+ <!-- Can be removed once configured in esmf-parent -->
237
+ <pluginManagement >
238
+ <plugins >
239
+ <plugin >
240
+ <groupId >org.sonatype.central</groupId >
241
+ <artifactId >central-publishing-maven-plugin</artifactId >
242
+ <version >${central-publishing-maven-plugin-version} </version >
243
+ </plugin >
244
+ </plugins >
245
+ </pluginManagement >
246
+
234
247
<plugins >
235
248
<plugin >
236
249
<groupId >org.apache.maven.plugins</groupId >
283
296
</filesets >
284
297
</configuration >
285
298
</plugin >
299
+
300
+ <plugin >
301
+ <groupId >org.apache.maven.plugins</groupId >
302
+ <artifactId >maven-deploy-plugin</artifactId >
303
+ <version >${maven-deploy-plugin-version} </version >
304
+ <configuration >
305
+ <skip >true</skip >
306
+ </configuration >
307
+ </plugin >
308
+
309
+ <plugin >
310
+ <groupId >org.sonatype.central</groupId >
311
+ <artifactId >central-publishing-maven-plugin</artifactId >
312
+ <extensions >true</extensions >
313
+ <configuration >
314
+ <publishingServerId >central</publishingServerId >
315
+ <autoPublish >false</autoPublish >
316
+ <skipPublishing >true</skipPublishing >
317
+ <outputDirectory >central-publishing</outputDirectory >
318
+ <outputFilename >central-bundle.zip</outputFilename >
319
+ </configuration >
320
+ </plugin >
286
321
</plugins >
287
322
</build >
288
323
You can’t perform that action at this time.
0 commit comments