HI need some help or advice on converting or migrating an exist开发者_JS百科ing Ivy managed dependencies project to a Maven.
is there any good document or plugin? I am using eclipse.
Thanks
Ivy is an ANT plug-in meaning only responsible for dependency management. An ivy task called called makepom can be used to generate a maven POM from your existing ivy.xml.
Your real challenge is converting your project build over to the "Maven way" of doing things, which means you need to investigate migrating from ANT to Maven.
Hope that helps
精彩评论