Arun
Arun

Reputation: 137

Ant multi module projects to maven

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.

Ant project structure

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

Answers (0)

Related Questions