There are some possibilities to optimize some of the build tasks. For example the ‘clean’ task can be optimized from minutes to just milliseconds using simple trick – rename ‘target’ folder instead of delete.
To get details how to do it refer to Speed up Maven build.