File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 105
105
<ant .version>1.10.13</ant .version>
106
106
<cobertura .maven.plugin.version>2.7</cobertura .maven.plugin.version>
107
107
<jetty .version>12.0.13</jetty .version>
108
+
109
+ <central-publishing-maven-plugin .version>0.9.0</central-publishing-maven-plugin .version>
110
+
108
111
</properties >
109
112
110
113
<developers >
353
356
<artifactId >maven-bundle-plugin</artifactId >
354
357
<version >${maven-bundle-plugin.version} </version >
355
358
</plugin >
359
+
356
360
</plugins >
357
361
358
362
</pluginManagement >
437
441
</configuration >
438
442
</plugin >
439
443
444
+ <plugin >
445
+ <groupId >org.sonatype.central</groupId >
446
+ <artifactId >central-publishing-maven-plugin</artifactId >
447
+ <version >${central-publishing-maven-plugin.version} </version >
448
+ <extensions >true</extensions >
449
+ <configuration >
450
+ <publishingServerId >central</publishingServerId >
451
+ </configuration >
452
+ </plugin >
440
453
441
454
</plugins >
442
455
</build >
You can’t perform that action at this time.
0 commit comments