java - Speed up Maven WAR resource copying -
i have maven war-project significant amount of small frontend-related files (>5k files). when build exploded war huge amount of time spent copying around these css, js , template files (> 1 minute).
is there sane way improve build speed of maven build ? usecache option unstable. tried symlinking src/main/webapp folder lose ability use war-overlays. can't use web-jars either. using war:inplace isn't option because want include frontend war-overlay gets copied src/main/webapp instead of target folder of main war.
Comments
Post a Comment