eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.21k stars 867 forks source link

mvn clean ignores installed node #1044

Closed raDiesle closed 1 year ago

raDiesle commented 1 year ago

Using 1.12.1 of frontend-maven-plugin when executing mvn clean install, it will not delete node folder, but

  1. ignores global node npm installation
  2. does not clear node folder ( we use mvn clean plugin to manage what we want not to clean)
  3. installs node folder again, although its already there

Is this expected? Is there a way to control if to redownload it again or not, when performing mvn clean install ?

raDiesle commented 1 year ago

closed as we did some misconfiguration by storing into target folder and clean it.