简体   繁体   中英

in Maven how to create a zip file with all dependencies?

For doing testing on AWS farm it is asking me to upload the maven zip file with dependencies?

How do I create a zip file of the project with all dependencies using maven?

Rather, the question is : why do you need a zip for AWS ?

For your original question, you can use Apache Maven Assembly Plugin to create a zip file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM