Re: Discuss: maven-war-plugin build war archive directly without building exploded war

2021-07-02 Thread Robert Scholte
One thing to keep in mind is filtering/interpolation of ${some-key} -expressions. But I think it is possible to do it without temporary folder. Robert On 2-7-2021 07:18:14, Cai, Eric wrote: We have a large web project and there is large numbers of dependencies. When we run "mvn war:war", it us

Discuss: maven-war-plugin build war archive directly without building exploded war

2021-07-01 Thread Cai, Eric
We have a large web project and there is large numbers of dependencies. When we run "mvn war:war", it usually takes 40s+ to build a war (~ 600MB) on a windows 10 box and 15s + with a mac book. By checking the war-plugin code, we know the plugin need first copy files necessary to a folder under