Hi Maven users, we have a project with ant build script that we want to migrate to maven. This project contains of "backend_core" and "frontend_core" modules, there are also variants for each customer. so "customer_backend" and "customer_frontend", these variants contain source code, that could be new or replacement for the source code in core modules. How can i build that kind of project? If i have a class twice in core and customer module, then i get compilation failure with duplicate class error.
regards, Valerij
