File tree 3 files changed +20
-31
lines changed
3 files changed +20
-31
lines changed Original file line number Diff line number Diff line change 118
118
<skip >true</skip >
119
119
</configuration >
120
120
</plugin >
121
- <plugin >
122
- <groupId >org.sonatype.plugins</groupId >
123
- <artifactId >nexus-staging-maven-plugin</artifactId >
124
- <configuration >
125
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
126
- </configuration >
127
- </plugin >
128
121
<plugin >
129
122
<groupId >org.revapi</groupId >
130
123
<artifactId >revapi-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 48
48
<skip >true</skip >
49
49
</configuration >
50
50
</plugin >
51
- <plugin >
52
- <groupId >org.sonatype.plugins</groupId >
53
- <artifactId >nexus-staging-maven-plugin</artifactId >
54
- <configuration >
55
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
56
- </configuration >
57
- </plugin >
58
51
<plugin >
59
52
<groupId >org.revapi</groupId >
60
53
<artifactId >revapi-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 226
226
</execution >
227
227
</executions >
228
228
</plugin >
229
+
230
+
231
+ <plugin >
232
+ <groupId >org.sonatype.central</groupId >
233
+ <artifactId >central-publishing-maven-plugin</artifactId >
234
+ <extensions >true</extensions >
235
+ <configuration >
236
+ <excludeArtifacts >
237
+ <artifact >cucumber-kotlin-java8</artifact >
238
+ <artifact >examples</artifact >
239
+ <artifact >calculator-java8-cli</artifact >
240
+ <artifact >calculator-java-cli</artifact >
241
+ <artifact >calculator-java-junit4</artifact >
242
+ <artifact >calculator-java-junit5</artifact >
243
+ <artifact >calculator-java-testng</artifact >
244
+ <artifact >spring-java-junit5</artifact >
245
+ </excludeArtifacts >
246
+ </configuration >
247
+ </plugin >
248
+
229
249
</plugins >
230
250
231
251
<pluginManagement >
232
252
<plugins >
233
253
<!-- Standard plugins - alphabetically -->
234
- <plugin >
235
- <groupId >org.codehaus.gmaven</groupId >
236
- <artifactId >groovy-maven-plugin</artifactId >
237
- <version >2.1.1</version >
238
- </plugin >
239
-
240
254
<plugin >
241
255
<groupId >org.apache.maven.plugins</groupId >
242
256
<artifactId >maven-compiler-plugin</artifactId >
328
342
</packages >
329
343
</group >
330
344
</groups >
331
- <stylesheet >java</stylesheet >
332
345
</configuration >
333
346
</plugin >
334
347
335
- <!-- Need the 3.0.0+ release for Junit5 + Before/After hooks -->
336
- <plugin >
337
- <groupId >org.apache.maven.plugins</groupId >
338
- <artifactId >maven-surefire-plugin</artifactId >
339
- </plugin >
340
- <plugin >
341
- <groupId >org.apache.maven.plugins</groupId >
342
- <artifactId >maven-failsafe-plugin</artifactId >
343
- </plugin >
344
-
345
348
<!-- Determine project root for revapi and spotless -->
346
349
<plugin >
347
350
<groupId >org.commonjava.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments