Skip to content

Commit 84b07e7

Browse files
fix(deps): update dependency io.cucumber:cucumber-parent to v4.3.7 (#2993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent 12d3955 commit 84b07e7

File tree

3 files changed

+21
-32
lines changed

3 files changed

+21
-32
lines changed

cucumber-kotlin-java8/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@
118118
<skip>true</skip>
119119
</configuration>
120120
</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>
128121
<plugin>
129122
<groupId>org.revapi</groupId>
130123
<artifactId>revapi-maven-plugin</artifactId>

examples/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@
4848
<skip>true</skip>
4949
</configuration>
5050
</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>
5851
<plugin>
5952
<groupId>org.revapi</groupId>
6053
<artifactId>revapi-maven-plugin</artifactId>

pom.xml

+21-18
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-parent</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.3.7</version>
88
<relativePath/>
99
</parent>
1010
<artifactId>cucumber-jvm</artifactId>
@@ -226,17 +226,31 @@
226226
</execution>
227227
</executions>
228228
</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+
229249
</plugins>
230250

231251
<pluginManagement>
232252
<plugins>
233253
<!-- 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-
240254
<plugin>
241255
<groupId>org.apache.maven.plugins</groupId>
242256
<artifactId>maven-compiler-plugin</artifactId>
@@ -328,20 +342,9 @@
328342
</packages>
329343
</group>
330344
</groups>
331-
<stylesheet>java</stylesheet>
332345
</configuration>
333346
</plugin>
334347

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-
345348
<!-- Determine project root for revapi and spotless -->
346349
<plugin>
347350
<groupId>org.commonjava.maven.plugins</groupId>

0 commit comments

Comments
 (0)