build - Maven Enhancing / Exploding war file -


first of sorry if stupid question, quite new topic of maven. please correct me if doing wrong or not best practise like

currently have following issue: have 3rd party application in several war-files extend (this 3rd party party allows extend software own individual implementation).

therefore have created maven project added required war-files dependencies in pom.xml

my assumption is: have somehow unpack war file , have add new implementation , have compile , have repack new war.

is correct or not? how it?

thanks lot help

the maven war plugin supports overlays allow desire.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -