frontend-maven-plugin
frontend-maven-plugin copied to clipboard
"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.
For [Quarkus Quinoa](https://github.com/quarkiverse/quarkus-quinoa) (using the core part of this for installing Node.js), I would like to use Vert.x as http client, currently the factory is locked by package protection.
**Do you want to request a _feature_ or report a _bug_?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce.** Using...
I am using the following maven configuration. ` com.github.eirslett frontend-maven-plugin 1.3 src/main/resources/presentation install node and npm install-node-and-npm generate-resources v6.9.5 3.10.10 run npm install npm install run gulp npm run gulp-deploy...
Hi, I'm trying to execute `mvn frontend-maven-plugin:1.7.6:install-node-and-yarn` command and it's fails with this message  Translate: Unable to run this application on your PC. `[INFO] --- frontend-maven-plugin:1.7.6:install-node-and-yarn (install node and...
**Do you want to request a _feature_ or report a _bug_?** feature **What is the current behavior?** ingnoring `aether.enhancedLocalRepository.remotePrefix` and `aether.enhancedLocalRepository.split` and place downloaded zips in `installed` (`aether.enhancedLocalRepository.localPrefix`) **What is...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
See #928 and #1012, which added the feature that yarn 1.x is not reinstalled when yarn 2.x+ is used. The changes in #1012 only checks for the `.yarnrc.yml` in the...
… test failures to fail maven build during verify phase; requires a verify execution phase **Summary** Test failures during the *integration-test* phase causes build to fail before *post-integration-test* can be...
This pull request is related to the issue https://github.com/eirslett/frontend-maven-plugin/issues/850
Summary fixed two thing: #504: Let user specify a custom location of yarn dist tar ball. #647: copy installed /node/yarn/yarn- to /node/yarn/dist for execution path. Tests and Documentation Updated README