I've a maven multi module project in following structure. Our project is in GitHub corporate page.
I'm planning to make one of the maven module project public to let it be open source. However, because of maven multi-module project structure it needs to be under parent project hierarchy in file system, isn't it ?
What I want to do is creating a separate repository for publicModule2 and pushing it to public repo. It'll be an open source project. The rest will remain the same. Is there any way doing it without breaking maven multi module project structure ?
-- Maven parent project
- -- commonsModule
- --cusomModule1
- --cusomModuleN
- --publicModule2
P.S.As you know when you remove it from modules they're not compiling together each time and I don't want this. Without module structure I already separated another project but I don't look for that for this project. Please consider this in your reply