Skip to content

Add the `node_modules` folder as extra task of the Maven clean plugin.

Remco de Man requested to merge fix_clean_node_modules into dev

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).

Merge request reports

Loading