Reputation: 137
The ant project has different modules, which produce multiple jars. Some of the submodules produce again multiple jars. The requirement is to convert it to a maven project and get rid of ant. I have seen some suggestions to maven a multi-project or use profiles in pom.xml to create multiple jars.
Above is the folder structure for my ant project. What is the best way to convert it to a maven project? Convert big modules to the stand-alone project and small modules to a maven multi-project?
Can someone help me with this?
Upvotes: 0
Views: 250