Currently I am utilizing the minify-maven-plugin provided by com.samaxes.maven to process my JavaScript files and consolidate them into one single file. However, I encounter an issue during development and debugging where I require a configuration that will prevent the JS from being minified but still package it into a single file. Any assistance would be greatly appreciated.