Skip to content

Commit ee6b693

Browse files
authored
Rename modules and folders to match artifact names (#2596)
Polyglot release[1] assumes that projects follow a certain layout. Specifically it assumes a project is polyglot if (amongst other conditions) there is a `java/pom.xml` file. This project however is not polyglot. The `cucumber-java` module is kep in the `java` folder. And this trips up Polyglot release. By renaming all folders and modules to match the artifact names we can avoid this problem. It also simplifies the project by removing the number of unique identifiers for (more or less) the same thing. But that is just a nice coincidence. 1: https://github.com/cucumber/polyglot-release
1 parent 1ccc09f commit ee6b693

File tree

896 files changed

+29
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

896 files changed

+29
-29
lines changed

compatibility/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

11-
<artifactId>cucumber-compatibility</artifactId>
11+
<artifactId>compatibility</artifactId>
1212
<name>Cucumber-JVM: Compatibility Kit</name>
1313

1414
<properties>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)