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

1

8

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!

Olva answered 2/5, 2011 at 11:44 Comment(2)
Does ivy have it's own repository format? I thought the whole point of ivy was being maven compatible?Cissoid
This is a question I'm currently asking but haven't found a satisfactory answer. Have you made any further traction on it?Glooming
R
3

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!

Redfaced answered 28/3, 2012 at 8:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.