What is the correct way to download code of another module of the multi-module maven project?
I have the multi-module maven project that consists of 2 modules. I have implemented first module and now I need some classes from my first module in the second module. How the corect way to perform it?