Obfuscating Javascript with Maven and Google Closure
GitHub Repository – with Maven project example At the time of writing I couldn’t find an easy way to automate Javascript obfuscation when building a Maven project. Using the Googles Closure compiler I decided to work on my own concept. This guide shows how you can incorporate the same process into your maven projects. EDIT: [...]