maven - How to pack a jar in root directory of a war -


i have war , want put 1 jar inside war (root directory), not inside lib. tried in <jarmodule> "bundledir". didn't work. excepted structure below

a.war   --- meta_inf   ----web_inf   ----b.jar 


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -