Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directories are case-sensitive in root pom.xml #12

Closed
juriad opened this issue Sep 17, 2021 · 1 comment
Closed

Directories are case-sensitive in root pom.xml #12

juriad opened this issue Sep 17, 2021 · 1 comment

Comments

@juriad
Copy link

juriad commented Sep 17, 2021

diff --git a/pom.xml b/pom.xml
index bce6874..407642f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,8 @@
     </properties>
 
     <modules>
-        <module>jooq-mcve-java</module>
-        <module>jooq-mcve-kotlin</module>
-        <module>jooq-mcve-scala</module>
+        <module>jOOQ-mcve-java</module>
+        <module>jOOQ-mcve-kotlin</module>
+        <module>jOOQ-mcve-scala</module>
     </modules>
 </project>

This is a problem on Linux where case matters.

@lukaseder
Copy link
Member

Thanks, fixed: 38c9091

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants