frontend-maven-plugin icon indicating copy to clipboard operation
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.

Results 179 frontend-maven-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

**New Mojo to execute arbitrary node commands** As explained in issue #996 I need a new Mojo to run `node` command with arbitrary parameters **Tests and Documentation** README.md contains an...

**Do you want to request a _feature_ or report a _bug_?** feature **What is the current behavior?** Goal: _install-node-and-npm_ Could not download artifacts (node and npm) from custom location due...

hi i try to build a project for opendaylight controller. when i install the project via maven i got this error: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total...

**Do you want to request a _feature_ or report a _bug_?** **What is the current behavior?** I configured a `socks5` proxy in my `.m2/settings.xml` ``` v2ray-socks5 true socks5 127.0.0.1 1089...

i want to use frontend-maven-plugin to build a .zip for my web-app "Gulp bower npm node" purpose, i get these error, i'm in entreprise network , maven proxy is coonfigured...

installDirectory has been setted with target [INFO] --- frontend-maven-plugin:1.10.3:install-node-and-npm (install node and npm) @ mf-pc --- [INFO] Installing node version v12.19.0 [INFO] Copying node binary from d:\repository\com\github\eirslett\node\12.19.0\node-12.19.0-win-x64.exe to D:\svn\mf\trunk\mf\mf-pc\target\node\node.exe [INFO]...

Hi! Since Node 10 NodeJs.org doesn't provide binaries for (linux) x86 anymore. Frontend-Maven-Plugin tries to download `https://nodejs.org/dist/v10.0.0/node-v10.0.0-linux-x86.tar.gz` on my Rasbperry Pi 3 (with Rasbian Operating System) which is not there...

Hello hope to get help here with yarn build using your plugin on Jenkins. This build works successfully on Windows and Linux desktops, but refuses to run in CI. I...

`frontend-maven-plugin` uses `nodeDownloadRoot` to download the configured version of NodeJS. `nodeDownloadRoot` defaults to https://nodejs.org/dist/ when not explicitly set, but can be overridden. When `frontend-maven-plugin` detects it's running on Alpine Linux,...

Hi, We are using frontend-maven-plugin v1.6 on a Bitbucket pipeline using a custom docker image. this issue has appeared only on that environment if I run the maven build locally...