I want to speed-up my maven assembly. In my project there are several modules which are merged to one web app using maven-war-plugin, but assembly takes much time, because every time maven-war-plugin overlays every module. So is there any way to make maven-war-plugin overlay only changed files?
|
feedback
|