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.
### What happened? There are 1 security vulnerabilities found in com.fasterxml.jackson.core:jackson-databind 2.13.4.1 - [CVE-2022-42003](https://www.oscs1024.com/hd/CVE-2022-42003) ### What did I do? Upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.4.1 to 2.14.0-rc1 for vulnerability fix ### What...
**feature request** **Current behavior** right now, "node" is not supported as a goal. **Expected behavior** there is a use cases where it would be helpful to access node to execute...
Hello, We are getting Input is not in the .gz format error while maven front plugin is trying to download npm package. If we are trying to download same npm...
I spent today finding the cause of `[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:yarn (yarn install) on project mywebapp: Failed to run task: 'yarn ' failed. org.apache.commons.exec.ExecuteException: Process exited with an...
We experience the following problem during the node installation (install-node-and-npm). The lookup for the node.exe fails due to a mismatch of the node-version and folder structure of the node archive/zip....
Getting following error while doing build. platform details: WIndows-10(64 bit). nodejs angular2 cli. maven 3 I am trying to do following activities: ` com.github.eirslett frontend-maven-plugin 1.0 app app/temp install node...
What is the current behavior? "npm install" called by frontend-maven-plugin fails while "npm install" by hand works If the current behavior is a bug, please provide the steps to reproduce....
I am trying to use `frontend-maven-plugin` 1.12.1 with maven 3.8.4. My pom configuration looks like below. But on doing `mvn clean install` I am getting the below error ``` Error:...
I'm using Windows 10 (Chinese edition), maven 3.8.1, frontend-maven-plugin.version=1.12.1. I found that if the project path contains Chinese characters, it will fail: ``` ...... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]...
I'm using v1.12.1 of the plugin on Windows 10. I'm running Babel to manually transpile React JSX files from the source to the target. It works very nicely! I'm overjoyed!...