Add the `node_modules` folder as extra task of the Maven clean plugin.
This simple branch would add an extra deletion task to the maven-clean-plugin
in order to also delete the node_modules
folder. This ensures that mvn clean
actually gives a totally clean build environment, which does not break between node version updates or any of that nonsense.
This branch is a direct consequence of the discussion over at #25 (closed).