Skip to content

Commit d460c18

Browse files
committed
[maven-release-plugin] prepare release cucumber-jvm-groovy-4.3.0
1 parent ef10db0 commit d460c18

File tree

3 files changed

+761
-761
lines changed

3 files changed

+761
-761
lines changed

examples/pom.xml

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,89 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>io.cucumber</groupId>
6-
<artifactId>cucumber-jvm-groovy</artifactId>
7-
<version>4.2.7-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>groovy-examples</artifactId>
11-
<packaging>jar</packaging>
12-
<name>Cucumber Groovy Examples</name>
13-
14-
<properties>
15-
<gmaven.runtime>1.8</gmaven.runtime>
16-
</properties>
17-
18-
<dependencies>
19-
<dependency>
20-
<groupId>io.cucumber</groupId>
21-
<artifactId>cucumber-groovy</artifactId>
22-
<scope>test</scope>
23-
</dependency>
24-
<dependency>
25-
<groupId>io.cucumber</groupId>
26-
<artifactId>cucumber-junit</artifactId>
27-
<scope>test</scope>
28-
</dependency>
29-
<dependency>
30-
<groupId>junit</groupId>
31-
<artifactId>junit</artifactId>
32-
<scope>test</scope>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.codehaus.groovy</groupId>
36-
<artifactId>groovy-all</artifactId>
37-
<scope>provided</scope>
38-
</dependency>
39-
</dependencies>
40-
41-
<build>
42-
<plugins>
43-
<plugin>
44-
<groupId>org.codehaus.gmaven</groupId>
45-
<artifactId>gmaven-plugin</artifactId>
46-
<executions>
47-
<execution>
48-
<goals>
49-
<goal>generateStubs</goal>
50-
<goal>compile</goal>
51-
<goal>generateTestStubs</goal>
52-
<goal>testCompile</goal>
53-
</goals>
54-
</execution>
55-
</executions>
56-
</plugin>
57-
</plugins>
58-
<pluginManagement>
59-
<plugins>
60-
<plugin>
61-
<artifactId>maven-javadoc-plugin</artifactId>
62-
<configuration>
63-
<skip>true</skip>
64-
</configuration>
65-
</plugin>
66-
<plugin>
67-
<artifactId>maven-deploy-plugin</artifactId>
68-
<configuration>
69-
<skip>true</skip>
70-
</configuration>
71-
</plugin>
72-
<plugin>
73-
<groupId>org.sonatype.plugins</groupId>
74-
<artifactId>nexus-staging-maven-plugin</artifactId>
75-
<configuration>
76-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
77-
</configuration>
78-
</plugin>
79-
<plugin>
80-
<groupId>org.revapi</groupId>
81-
<artifactId>revapi-maven-plugin</artifactId>
82-
<configuration>
83-
<skip>true</skip>
84-
</configuration>
85-
</plugin>
86-
</plugins>
87-
</pluginManagement>
88-
</build>
89-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>io.cucumber</groupId>
6+
<artifactId>cucumber-jvm-groovy</artifactId>
7+
<version>4.3.0</version>
8+
</parent>
9+
10+
<artifactId>groovy-examples</artifactId>
11+
<packaging>jar</packaging>
12+
<name>Cucumber Groovy Examples</name>
13+
14+
<properties>
15+
<gmaven.runtime>1.8</gmaven.runtime>
16+
</properties>
17+
18+
<dependencies>
19+
<dependency>
20+
<groupId>io.cucumber</groupId>
21+
<artifactId>cucumber-groovy</artifactId>
22+
<scope>test</scope>
23+
</dependency>
24+
<dependency>
25+
<groupId>io.cucumber</groupId>
26+
<artifactId>cucumber-junit</artifactId>
27+
<scope>test</scope>
28+
</dependency>
29+
<dependency>
30+
<groupId>junit</groupId>
31+
<artifactId>junit</artifactId>
32+
<scope>test</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.codehaus.groovy</groupId>
36+
<artifactId>groovy-all</artifactId>
37+
<scope>provided</scope>
38+
</dependency>
39+
</dependencies>
40+
41+
<build>
42+
<plugins>
43+
<plugin>
44+
<groupId>org.codehaus.gmaven</groupId>
45+
<artifactId>gmaven-plugin</artifactId>
46+
<executions>
47+
<execution>
48+
<goals>
49+
<goal>generateStubs</goal>
50+
<goal>compile</goal>
51+
<goal>generateTestStubs</goal>
52+
<goal>testCompile</goal>
53+
</goals>
54+
</execution>
55+
</executions>
56+
</plugin>
57+
</plugins>
58+
<pluginManagement>
59+
<plugins>
60+
<plugin>
61+
<artifactId>maven-javadoc-plugin</artifactId>
62+
<configuration>
63+
<skip>true</skip>
64+
</configuration>
65+
</plugin>
66+
<plugin>
67+
<artifactId>maven-deploy-plugin</artifactId>
68+
<configuration>
69+
<skip>true</skip>
70+
</configuration>
71+
</plugin>
72+
<plugin>
73+
<groupId>org.sonatype.plugins</groupId>
74+
<artifactId>nexus-staging-maven-plugin</artifactId>
75+
<configuration>
76+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
77+
</configuration>
78+
</plugin>
79+
<plugin>
80+
<groupId>org.revapi</groupId>
81+
<artifactId>revapi-maven-plugin</artifactId>
82+
<configuration>
83+
<skip>true</skip>
84+
</configuration>
85+
</plugin>
86+
</plugins>
87+
</pluginManagement>
88+
</build>
89+
</project>

0 commit comments

Comments
 (0)