I've got a Jenkins task to set up to pull from an open source project and build
it, but it's a Maven style project. My personal projects in Jenkins that I'd
like to depend on the Maven style project are all Ivy style projects, but I
don't know how to set up an Ivy project in Jenkins to use the library from a
Maven project.
Example:
asterisk-java is the open source project in Maven style available via git that I
want to build on my Jenkins system.
JavaAGI is some of my own library code to be built via Ivy which depends on
asterisk-java built on my Jenkins.
PizzaAGI is my example project which will be built via Ivy which depends on
JavaaGI and asterisk-java built on my Jenkins.
I already have other Ivy projects building on my Jenkins system, I just don't
know how to include a Maven project as an upstream project - can anyone point me
in the right direction?
Steve