开发者

What is the best way Mavenizing Ivy managed dependencies for an existing project

开发者 https://www.devze.com 2023-01-29 17:31 出处:网络
HI need some help or advice on converting or migrating an exist开发者_JS百科ing Ivy managed dependencies project to a Maven.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号