简体   繁体   中英

Merge two war files gradle and eclipse

Below is my gradle mutli project structure

Root project 'suite'
+--- Project ':common-services-auth'
+--- Project ':common-services-data'
+--- Project ':common-services-rest'
\--- Project ':common-services-web'

Here, data is simple data service, which can be consumed by rest project or web project. auth, rest and web all are war file projects. I am trying to merge all war files into single war files, in maven I was able to do with overlay plugin, but couldn't find any similar plugin for gradle. I am using eclipse neon as ide. Please can you suggest me how can I merge these 3 war files to one single war 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