migrate an ant project to maven

2010-03-03 Thread Valerij Fichtner
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

Re: migrate an ant project to maven

2010-03-03 Thread Wayne Fay
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 New code should be ok, but replacement code should not be allowed in your codebase, this is just a bad practice that Ant allowed you to implement.