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

With maven-assembly-pluginyou can pack the project in one jar with all the dependencies.

+3
source share
1 answer

I haven't used it myself, but one-jar seems to do what you need. It also has an ant task and offers an ant example.

+1
source

All Articles