Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven alternative (equivalent) of Gradle Application plugin [closed]

I'm building my project with Maven, but I haven't found the equivalent of Gradle's Application Plugin yet.

Is there some good Maven plugin for creating distribution .zip? Such us Gradle's Application Plugin? More to the point: Such as Gradle task "distZip" inside Application plugin - Creates a full distribution ZIP archive including runtime libraries and OS specific scripts.

What do Maven users use to solve this use case?

like image 712
Filip Avatar asked Jan 13 '15 13:01

Filip


1 Answers

Take a look here: maven-assembly

like image 136
ferjani Avatar answered Sep 25 '22 05:09

ferjani