Search code examples
antmavenpackagingivydependency-management

Is there an ivy/ant equivalent to mvn jar-with-dependencies?


With maven-assembly-plugin it's possible to package a project into a single jar w all the dependencies.


Solution

  • I have not used it by myself, but one-jar seems to do what you need. It also has an ant task and offers an ant example.