Alon Aizenberg
Alon Aizenberg

Reputation: 1514

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

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!

Upvotes: 8

Views: 3306

Answers (1)

timlukins
timlukins

Reputation: 2724

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!

Upvotes: 3

Related Questions