Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Maven use an ivy repository for dependencies resolution?

Tags:

maven

ivy

I know that we can configure ivy to have a Maven repository as a source, but can we do the opposite? Or in other words, can I have a Maven based project that will resolve dependencies from an ivy repository?

Is this possible?

thanks in advance!

like image 516
Alon Aizenberg Avatar asked May 02 '11 11:05

Alon Aizenberg


1 Answers

This project provides an Ivy plugin for Maven. It works pretty well as I have used it. Kudos to the developer for resolving resolver resolvers!

like image 108
timlukins Avatar answered Nov 15 '22 04:11

timlukins