I have quite a few dependencies in my project. Is it possible to modify the POM file to unpack all the dependencies to a central location and reference that location for the build. This way I don't have to unpack into the target folder for every single build.
I will have a 'release' profile that will execute the maven unpacking normally however. I'm just looking to speed up development builds.