Alternatives for ivyDE [closed]
开发者_开发问答
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this questionI have huge project that is totally dependent on ivyDE and we are now looking forward to move from it.
Are there any other better options that can replace ivy stuff?
Any advice?
I can recommend switching over to Apache Maven which gives you top notch dependency management capabilities. You've mentioned ivyDE that is Eclipse feature for Ivy, so if you'd decide to use Maven then you can use Maven Eclipse Plug-In that plays very well.
I'm speaking from my own experience and I've been using Maven in production for big projects (40+ of artifacts) for years with great success.
精彩评论