Top "Ivy" questions

Apache Ivy is a subproject of Ant to simplify dependency management.

How to assemble a multi-project ant build system

At my new gig, they use Ant and cannot be persuaded to move to Maven. I've looked everywhere for a …

ant build dependencies ivy multi-project
sbt does not resolve Typesafe repository

I have an odd problem with sbt and the Typesafe repository: [info] Resolving com.typesafe.play#play-json_2.10;2.2.0 ... [warn] module not …

scala sbt ivy typesafe
Use maven repository as local ivy cache

Is there any possibility to use local Maven repository (~/.m2) as local Ivy cache (~/.ivy)? They have different layouts. Sometimes …

maven-2 ivy
Angular 9 Ivy - Generic type 'ɵɵFactoryDef' requires 2 type argument(s)

Looks like Angular Ivy not ready yet. I'm trying to build my project using ivy which is the main idea …

angular ivy angular9
Resolving SNAPSHOT dependencies with timestamps from Ivy

I am attempting to resolve timestamped SNAPSHOT dependencies with Ivy. The environment is Ant + Ivy 1.2.0 + Archiva. Archiva itself is populated …

maven ivy archiva
Issues using ivy:publish task

I'm trying to use ivy:publish to publish a jar that I've built to the .ivy repository, but I'm getting …

ivy
Why sbt runs dependency resolution every time after clean?

SBT runs dependency resolution every time after clean even if project dependency management configuration hasn't changed. This is time consuming …

scala sbt ivy
How to use Ivy + IvyDE in eclipse to put different jars in lib and web-inf/lib

So, I'm trying to add Ivy to my project, which outputs a WAR file. Some dependencies, like RESTEasy and Jackson …

eclipse ant ivy ivyde
Can we use pom.xml into ANT

I know that, we can very well use ANT and Maven together to build the project.We can run ANT …

ant maven ivy pom.xml build.xml
getting error message: "unknown resolver XYZ"

while resolving my ivy.xml, I get a long list of errors, all stating "unknown resolver XYZ". I know the …

ant ivy