|
42 | 42 | <module>cucumber-java</module> |
43 | 43 | <module>cucumber-junit</module> |
44 | 44 | <module>cucumber-junit-platform-engine</module> |
45 | | - <module>cucumber-kotlin-java8</module> |
46 | 45 | <module>cucumber-openejb</module> |
47 | 46 | <module>cucumber-picocontainer</module> |
48 | 47 | <module>cucumber-plugin</module> |
|
60 | 59 | <activeByDefault>true</activeByDefault> |
61 | 60 | </activation> |
62 | 61 | <modules> |
63 | | - <module>examples</module> |
64 | 62 | <module>compatibility</module> |
| 63 | + <module>cucumber-kotlin-java8</module> |
| 64 | + <module>examples</module> |
65 | 65 | </modules> |
66 | 66 | <build> |
67 | 67 | <pluginManagement> |
|
92 | 92 | these modules. --> |
93 | 93 | <id>include-extra-modules</id> |
94 | 94 | <modules> |
95 | | - <module>examples</module> |
96 | 95 | <module>compatibility</module> |
| 96 | + <module>cucumber-kotlin-java8</module> |
| 97 | + <module>examples</module> |
97 | 98 | </modules> |
98 | 99 | </profile> |
99 | 100 |
|
|
227 | 228 | </executions> |
228 | 229 | </plugin> |
229 | 230 |
|
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 | | - |
249 | 231 | </plugins> |
250 | 232 |
|
251 | 233 | <pluginManagement> |
|
0 commit comments