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
Post a Comment