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.
#### Description This PR fixes one or more vulnerable packages in the `maven` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/2c1a62a1-1def-40f7-b7b8-ec38010c52fd/master..snyk-fix-5z1aoq) for more details. #### Snyk Project: [eirslett/frontend-maven-plugin:frontend-plugin-core/pom.xml](https://snyk.io/org/eirslett/project/2c1a62a1-1def-40f7-b7b8-ec38010c52fd) ####...
#### Description This PR fixes one or more vulnerable packages in the `maven` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/2c1a62a1-1def-40f7-b7b8-ec38010c52fd/master..snyk-fix-eyb4kx) for more details. #### Snyk Project: [eirslett/frontend-maven-plugin:frontend-plugin-core/pom.xml](https://snyk.io/org/eirslett/project/2c1a62a1-1def-40f7-b7b8-ec38010c52fd) ####...
#### Description This PR fixes one or more vulnerable packages in the `maven` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/49d597d1-8312-4fba-abfc-71e9c66565f6/master..snyk-fix-he7w08) for more details. #### Snyk Project: [eirslett/frontend-maven-plugin:frontend-maven-plugin/pom.xml](https://snyk.io/org/eirslett/project/49d597d1-8312-4fba-abfc-71e9c66565f6) ####...
**Summary** Sometimes it might be necessary to pass arguments with repeating value, for example building Angular application you can use: ```npm run build -- --base-href /some/href/ --deploy-url /some/href/``` which is...
Issue #796
Description: https://github.com/eirslett/frontend-maven-plugin/issues/771
#### Description This PR fixes one or more vulnerable packages in the `maven` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/eirslett/test/github/2c1a62a1-1def-40f7-b7b8-ec38010c52fd/master..snyk-fix-7flhwi) for more details. #### Snyk Project: [eirslett/frontend-maven-plugin:frontend-plugin-core/pom.xml](https://app.snyk.io/org/eirslett/project/2c1a62a1-1def-40f7-b7b8-ec38010c52fd) ####...
**Summary** Various Maven dependencies updates, fixes several CVEs. **Tests and Documentation** pass the install
if `installDirectory` is placed in a path which contains symbolic link, an exception will throw because `getCanonicalPath()` may resolve to another different path. For example, set `installDirectory` to `${java.io.tmpdir}/nodejs` in...
Stop an error from killing the build when it can't delete the temp directory. **Summary** Works around the issue from #749, which boils down to an error when deleting the...