Skip to content

Commit

Permalink
Rename modules and folders to match artifact names (#2596)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mpkorstanje committed Jul 31, 2022
1 parent 1ccc09f commit ee6b693
Show file tree
Hide file tree
Showing 896 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>cucumber-compatibility</artifactId>
<artifactId>compatibility</artifactId>
<name>Cucumber-JVM: Compatibility Kit</name>

<properties>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ee6b693

Please sign in to comment.