|
4 | 4 | <parent>
|
5 | 5 | <groupId>io.cucumber</groupId>
|
6 | 6 | <artifactId>cucumber-parent</artifactId>
|
7 |
| - <version>4.2.0</version> |
| 7 | + <version>4.3.7</version> |
8 | 8 | <relativePath/>
|
9 | 9 | </parent>
|
10 | 10 | <artifactId>cucumber-jvm</artifactId>
|
|
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>
|
|
0 commit comments